mirror of
https://github.com/HK560/R1DeltaServerList.git
synced 2026-08-01 00:12:00 -04:00
feat: Add new API rewrite rules in the Vercel configuration file to support request forwarding for arbitrary paths.
This commit is contained in:
parent
9469d12af7
commit
9e669ba1f1
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
{
|
||||
"source": "/servers",
|
||||
"destination": "https://ms.r1delta.net/servers"
|
||||
},
|
||||
{
|
||||
"source": "/:path*",
|
||||
"destination": "https://ms.r1delta.net/:path*"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue