Add empty WebAPI project

This commit is contained in:
2022-11-29 21:25:19 +01:00
parent 48bd1e93a4
commit 7d639ba238
11 changed files with 174 additions and 2 deletions

View File

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