Initial commit of Jetbrains Rider web api tempate

This commit is contained in:
2025-12-29 13:55:31 -06:00
commit 314eaedc55
8 changed files with 122 additions and 0 deletions

View File

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