This repository has been archived on 2026-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aniwatch-api/vercel.json
T
2023-11-29 19:24:58 +05:30

8 lines
87 B
JSON

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