Add a web API projet with .DotNet core

This commit is contained in:
Sébastien André
2019-09-17 13:54:51 +02:00
parent e79ac82861
commit fcdb2f5017
9 changed files with 210 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}