Fix #3068 - support microsites in .NET MAUI
This commit is contained in:
parent
48f8d41993
commit
122fcfd701
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user