first commit

This commit is contained in:
c.girardi
2024-03-11 15:48:34 +01:00
commit 6217054aa5
8 changed files with 159 additions and 0 deletions

9
ApiTest/appsettings.json Normal file
View File

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