Files
chat/apps/github-app/vercel.json
2026-04-25 16:36:34 +08:00

7 lines
158 B
JSON

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