1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00
_/vercel-fastify/vercel.json
2024-04-22 00:20:58 +09:00

8 lines
90 B
JSON

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