aniwatch / vercel.json
ChinnaRengamani
1
11acfd9
{
"rewrites": [
{
"source": "(.*)",
"destination": "/api"
}
]
}