6 lines
133 B
JSON
6 lines
133 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "api/handler" }
|
|
]
|
|
} |