add Platform property to SiteState and populate on both Web and .NET MAUI

This commit is contained in:
sbwalker
2024-02-26 14:12:52 -05:00
parent c20138c9fc
commit 553bbda769
5 changed files with 12 additions and 4 deletions

View File

@ -24,7 +24,7 @@ public static class MauiProgram
builder.Services.AddMauiBlazorWebView();
#if DEBUG
builder.Services.AddBlazorWebViewDeveloperTools();
#endif
#endif
var apiurl = LoadAppSettings();