location/vercel.json

14 lines
361 B
JSON
Raw Permalink Normal View History

2021-12-03 01:42:45 +01:00
{
"routes": [
{
"src": "/",
"dest": "/api",
"headers": {
"Access-Control-Allow-Origin": "*",
2022-11-17 15:36:16 +01:00
"Access-Control-Allow-Methods": "GET,OPTIONS",
2021-12-03 01:42:45 +01:00
"Access-Control-Allow-Headers": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
}
}
]
}