1
0

change url to api.mayer.life

This commit is contained in:
Gottfried Mayer 2020-01-27 08:35:42 +00:00
parent 7ca1328796
commit ca4d589b7c

View File

@ -19,7 +19,7 @@ namespace dashboard
// Use subclassed WebViewClient to hide default chrome (url bar and stuff)
webView.SetWebViewClient(new HybridWebViewClient());
webView.LoadUrl("https://mayer.life/dashboard/");
webView.LoadUrl("https://api.mayer.life/dashboard/");
}
private class HybridWebViewClient : WebViewClient { }