Files
Express_developer_docs/vercel.json
2026-05-20 18:16:21 +05:30

17 lines
306 B
JSON

{
"rewrites": [
{
"source": "/live/:path*",
"destination": "https://jupiter.nearle.app/live/:path*"
},
{
"source": "/api/:path*",
"destination": "https://api.workolik.com/api/:path*"
},
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}