init project

This commit is contained in:
2023-06-02 16:38:19 +02:00
parent ffdd273b41
commit 5aa09670bc
8 changed files with 158 additions and 0 deletions

9
AB-API/appsettings.json Normal file
View File

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