First commit

This commit is contained in:
2026-04-30 09:10:43 -05:00
commit fc41889a4b
9 changed files with 703 additions and 0 deletions

9
appsettings.json Normal file
View File

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