Web Api found ...
This commit is contained in:
parent
3df1c1b14d
commit
1d6cad7bef
23 changed files with 215 additions and 870 deletions
10
src/Api/appsettings.json
Normal file
10
src/Api/appsettings.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue