Fix #3068 - support microsites in .NET MAUI

This commit is contained in:
sbwalker 2023-08-02 13:53:55 -04:00
parent 48f8d41993
commit 122fcfd701

View File

@ -14,6 +14,7 @@ public static class MauiProgram
// the API service url
//static string apiurl = "https://www.dnfprojects.com"; // for testing
static string apiurl = "http://localhost:44357"; // for local development (Oqtane.Server must be already running for MAUI client to connect)
//static string apiurl = "http://localhost:44357/test/"; // for local development (Oqtane.Server must be already running for MAUI client to connect)
public static MauiApp CreateMauiApp()
{