initial commit - api

This commit is contained in:
NinjaPug
2023-03-02 21:33:43 -05:00
parent d811fa5a98
commit bc503d1618
24 changed files with 609 additions and 0 deletions

View File

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