aniwatch / vercel.json
ChinnaRengamani
1
11acfd9
raw history blame
No virus
87 Bytes
{
"rewrites": [
{
"source": "(.*)",
"destination": "/api"
}
]
}