Files
files/serve.json
valere a8190793c4
All checks were successful
Deploy App / deploy (push) Successful in 15s
CORS 4
2025-12-17 21:07:02 +01:00

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
}