mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-09 01:34:39 +00:00
fix(vercel/backend): fix vercel.json headers schema
This commit is contained in:
parent
9239dc28c7
commit
edcb6a107d
1 changed files with 19 additions and 14 deletions
|
@ -11,6 +11,9 @@
|
||||||
"dest": "main.py"
|
"dest": "main.py"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"source": "/(.*)",
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"key": "Access-Control-Allow-Credentials",
|
"key": "Access-Control-Allow-Credentials",
|
||||||
|
@ -30,3 +33,5 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue