Gateway config serving

This commit is contained in:
2025-10-03 16:37:51 +08:00
parent fa24f14c05
commit 8e3e3f09df
3 changed files with 25 additions and 5 deletions

View File

@@ -5,5 +5,9 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"SiteUrl": "http://localhost:3000",
"Client": {
"SomeSetting": "SomeValue"
}
}