12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"cors": {
|
|
"origin": ["https://evilspins.com", "http://localhost:3000"],
|
|
"methods": ["GET", "HEAD", "PUT", "PATCH", "POST", "DELETE"],
|
|
"allowedHeaders": ["Content-Type", "Authorization"],
|
|
"exposedHeaders": ["Content-Range", "X-Content-Range"],
|
|
"credentials": true
|
|
},
|
|
"etag": true,
|
|
"cacheControl": true
|
|
}
|