clawhub/vercel.json
2026-01-04 06:51:49 +01:00

9 lines
137 B
JSON

{
"rewrites": [
{
"source": "/api/:path*",
"destination": "https://wry-manatee-359.convex.site/api/:path*"
}
]
}