YesPlayMusic/vercel.json
2021-09-25 14:27:49 +08:00

9 lines
126 B
JSON

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