Skip to content

Commit cb199a2

Browse files
Merge pull request #210 from erikdarlingdata/dev
Merge dev: HTTPS plan sharing API
2 parents a3a6e5a + 5056f41 commit cb199a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PlanViewer.Web/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ else
16351635
}
16361636

16371637
@code {
1638-
private const string ShareApiBase = "http://87.99.137.152:8080";
1638+
private const string ShareApiBase = "https://stats.erikdarling.com";
16391639

16401640
private string activeTab = "paste";
16411641
private string planXml = "";

0 commit comments

Comments
 (0)