mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-14 21:25:09 +08:00
fix: route /admin/version to api on vercel
This commit is contained in:
@@ -78,6 +78,10 @@
|
|||||||
"source": "/admin/export",
|
"source": "/admin/export",
|
||||||
"destination": "/api/index"
|
"destination": "/api/index"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"source": "/admin/version",
|
||||||
|
"destination": "/api/index"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "/admin",
|
"source": "/admin",
|
||||||
"destination": "/admin/index.html"
|
"destination": "/admin/index.html"
|
||||||
|
|||||||
Reference in New Issue
Block a user