v0.0.0 backend initial commit

This commit is contained in:
Murtadha 2024-07-20 15:36:00 -04:00
parent f5d7c687ba
commit b9f3fba383
7 changed files with 236 additions and 1 deletions

9
appsettings.json Normal file
View file

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