easynode/server/vercel.json
2022-09-29 17:23:06 +08:00

8 lines
97 B
JSON

{
"rewrites": [
{
"source": "/api/v1/(.*)",
"destination": "/index"
}
]
}