Add new Blazor web app

This commit is contained in:
2025-09-22 19:50:45 +09:00
parent 814f40df0c
commit 3e9436ba0c
14 changed files with 231 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}