first commit and delete token

This commit is contained in:
2025-07-11 22:03:31 +08:00
commit 51c1218a93
15 changed files with 1160 additions and 0 deletions

9
appsettings.json Normal file
View File

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