summaryrefslogtreecommitdiff
path: root/vercel.json
blob: 6b26f7534937ed9574485f6ab987969334b25446 (plain)
1
2
3
4
{
  "version": 2,
  "routes": [{ "src": "/api/(.*)", "dest": "/api/index.ts" }]
}