CORS 5
All checks were successful
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-12-17 21:19:44 +01:00
parent a8190793c4
commit 1e54a49ad1

View File

@@ -1,6 +1,6 @@
{
"cors": {
"origin": ["https://evilspins.com", "http://localhost:3000"],
"origin": ["*"],
"methods": ["GET", "HEAD", "PUT", "PATCH", "POST", "DELETE"],
"allowedHeaders": ["Content-Type", "Authorization"],
"exposedHeaders": ["Content-Range", "X-Content-Range"],