This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"cors": {
|
"cors": {
|
||||||
"origin": ["https://evilspins.com", "http://localhost:3000"],
|
"origin": ["*"],
|
||||||
"methods": ["GET", "HEAD", "PUT", "PATCH", "POST", "DELETE"],
|
"methods": ["GET", "HEAD", "PUT", "PATCH", "POST", "DELETE"],
|
||||||
"allowedHeaders": ["Content-Type", "Authorization"],
|
"allowedHeaders": ["Content-Type", "Authorization"],
|
||||||
"exposedHeaders": ["Content-Range", "X-Content-Range"],
|
"exposedHeaders": ["Content-Range", "X-Content-Range"],
|
||||||
|
|||||||
Reference in New Issue
Block a user