🧱 added new template for api-endpoint
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
a260cb63b7
commit
040c416f14
7 changed files with 134 additions and 5 deletions
9
backend/appsettings.json
Normal file
9
backend/appsettings.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
Reference in a new issue