og-r1delta-serverlist/vercel.json

16 lines
No EOL
312 B
JSON

{
"rewrites": [
{
"source": "/r1d-api/:path*",
"destination": "https://ms.r1delta.net/:path*"
},
{
"source": "/servers",
"destination": "https://ms.r1delta.net/servers"
},
{
"source": "/:path*",
"destination": "https://ms.r1delta.net/:path*"
}
]
}