Merge pull request #3085 from sbwalker/dev

Fix #3068 - support microsites in .NET MAUI
This commit is contained in:
Shaun Walker 2023-08-02 13:54:47 -04:00 committed by GitHub
commit 755b7034d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ public static class MauiProgram
// the API service url // the API service url
//static string apiurl = "https://www.dnfprojects.com"; // for testing //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"; // 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() public static MauiApp CreateMauiApp()
{ {