Добавьте файлы проекта.

This commit is contained in:
zcher
2025-12-14 18:15:23 +03:00
parent 9d11002bed
commit 81524b0ffb
11 changed files with 290 additions and 0 deletions

9
appsettings.json Normal file
View File

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