From 122fcfd701e8d5dc46c32e43a2b44a52276c569e Mon Sep 17 00:00:00 2001 From: sbwalker Date: Wed, 2 Aug 2023 13:53:55 -0400 Subject: [PATCH] Fix #3068 - support microsites in .NET MAUI --- Oqtane.Maui/MauiProgram.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Oqtane.Maui/MauiProgram.cs b/Oqtane.Maui/MauiProgram.cs index 471002a6..93790e14 100644 --- a/Oqtane.Maui/MauiProgram.cs +++ b/Oqtane.Maui/MauiProgram.cs @@ -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() {