Files
clawhub/vercel.json
T

9 lines
137 B
JSON

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