feat(maui): resolve 401 load error by registering MobileAuthenticationHeaderHandler with configuration-based API host

This commit is contained in:
2026-05-21 20:32:11 +02:00
parent f902073bcb
commit 5740d9126a
4 changed files with 160 additions and 3 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
{
"ApiSettings": {
"BaseUrl": "https://localhost:5000"
},
"Serilog": {
"Using": [
"Serilog.Sinks.File",
@@ -42,4 +45,4 @@
"FromLogContext"
]
}
}
}