ant-design-blazor/site/AntDesign.Docs.WebApp/appsettings.json
James Yeung 7399d0d0a9
docs: remove wasm hosted and webapp client (#3689)
* docs: remove wasm hosted and webapp client

* fix httpclient disposed exception

* fix project reference
2024-02-20 22:01:02 +08:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}