Changed CORS options.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"maxAgeSeconds": 3600,
|
||||
"method": ["*"],
|
||||
"origin": ["*"],
|
||||
"responseHeader": ["*"]
|
||||
"origin": ["http://localhost"],
|
||||
"responseHeader": ["Content-Type"],
|
||||
"method": ["GET", "HEAD", "DELETE"],
|
||||
"maxAgeSeconds": 3600
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user