Fix the setting aboout Cors url
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "http://skydivelogsangular.z6.web.core.windows.net",
|
||||
"Cors": {
|
||||
"FrontUrl": "http://skydivelogsangular.z6.web.core.windows.net"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Filename=./Data/JumpsDb.db"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user