diff --git a/src/PlanViewer.Web/Pages/Index.razor b/src/PlanViewer.Web/Pages/Index.razor index 67ed2a7..3cd70ae 100644 --- a/src/PlanViewer.Web/Pages/Index.razor +++ b/src/PlanViewer.Web/Pages/Index.razor @@ -1635,7 +1635,7 @@ else } @code { - private const string ShareApiBase = "http://87.99.137.152:8080"; + private const string ShareApiBase = "https://stats.erikdarling.com"; private string activeTab = "paste"; private string planXml = "";