WiP CORS Issue.

This commit is contained in:
Naida Vatric
2020-02-16 01:06:53 +01:00
parent cbb3c1f954
commit 57df42dd05
4 changed files with 34 additions and 18 deletions

8
marketalarm-cors.json Normal file
View File

@@ -0,0 +1,8 @@
[
{
"maxAgeSeconds": 3600,
"method": ["*"],
"origin": ["*"],
"responseHeader": ["*"]
}
]