startpage/vercel.json
2021-11-15 09:36:13 +07:00

4 lines
71 B
JSON

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