Fix on the CORS

This commit is contained in:
Sébastien André
2019-11-12 15:03:59 +01:00
parent 8139ad5ecb
commit 09ac7630d6

View File

@@ -6,7 +6,7 @@
"Microsoft": "Information" "Microsoft": "Information"
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "skydivelogsangular.z6.web.core.windows.net",
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db" "DefaultConnection": "Filename=./Data/JumpsDb.db"
} }