This commit is contained in:
Tben 2023-08-21 09:59:41 +01:00
parent 2b094160cd
commit a04add7744

View File

@ -9,5 +9,16 @@
{ "key": "Access-Control-Allow-Headers", "value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version" } { "key": "Access-Control-Allow-Headers", "value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version" }
] ]
} }
],
"rewrites": [
{
"source": "/api/:path*",
"destination": "/api/:path*",
"headers": [
{ "key": "Access-Control-Allow-Origin", "value": "*" },
{ "key": "Access-Control-Allow-Methods", "value": "GET,OPTIONS" },
{ "key": "Access-Control-Allow-Headers", "value": "X-Requested-With,content-type" }
]
}
] ]
} }