Initialize solution structure and add WebAPI project

This commit is contained in:
Aaron Po
2025-11-12 18:36:51 -05:00
parent 4e2c9836c9
commit a200164609
17 changed files with 181 additions and 15 deletions

9
WebAPI/appsettings.json Normal file
View File

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