YesPlayMusic/vercel.json
2022-04-14 20:45:57 +08:00

9 lines
127 B
JSON

{
"rewrites": [
{
"source": "/api/:match*",
"destination": "http://168.138.40.199:12835/:match*"
}
]
}