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

This commit is contained in:
valere
2025-12-17 21:02:05 +01:00
parent 3546a05876
commit 61924d5239
2 changed files with 1 additions and 22 deletions

View File

@@ -1,21 +0,0 @@
{
"headers": [
{
"source": "*",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "Access-Control-Allow-Methods",
"value": "GET, POST, PUT, DELETE, OPTIONS"
},
{
"key": "Access-Control-Allow-Headers",
"value": "Content-Type, Authorization"
}
]
}
]
}