feat : init webAPI project

This commit is contained in:
2025-07-31 14:36:37 +08:00
parent 801963db44
commit f2389b9dd1
13 changed files with 713 additions and 0 deletions

9
appsettings.json Normal file
View File

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