care.ohn/vercel.json
2025-03-02 19:34:30 +07:00

13 lines
196 B
JSON

{
"rewrites": [
{
"source": "/api/(.*)",
"destination": "https://careapi.ohc.network/api/$1"
},
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}