WebAPI initial creation

This commit is contained in:
thedigitaltailor
2024-03-06 16:38:40 +10:30
parent 6f1076c537
commit bbef65be2b
9 changed files with 174 additions and 0 deletions

View File

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