fix(vercel/backend): fix vercel.json headers schema

This commit is contained in:
Kentai Radiquum 2024-05-15 20:18:24 +05:00
parent 9239dc28c7
commit edcb6a107d
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -11,6 +11,9 @@
"dest": "main.py" "dest": "main.py"
} }
], ],
"headers": [
{
"source": "/(.*)",
"headers": [ "headers": [
{ {
"key": "Access-Control-Allow-Credentials", "key": "Access-Control-Allow-Credentials",
@ -29,4 +32,6 @@
"value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version" "value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
} }
] ]
}
]
} }