YesPlayMusic/vercel.json

9 lines
127 B
JSON
Raw Normal View History

2021-09-25 12:53:39 +08:00
{
"rewrites": [
{
"source": "/api/:match*",
2022-04-14 20:45:57 +08:00
"destination": "http://168.138.40.199:12835/:match*"
2021-09-25 12:53:39 +08:00
}
]
}