YesPlayMusic/vercel.json
2022-06-29 18:02:37 +08:00

17 lines
369 B
JSON

{
"github": {
"silent": true
},
"rewrites": [
{
"source": "/netease/:match*",
"destination": "https://netease-cloud-music-api-kohl-one-98.vercel.app/:match*"
},
{
"source": "/yesplaymusic/:match*",
"destination": "http://168.138.40.199:51324/yesplaymusic/:match*"
},
{ "source": "/(.*)", "destination": "/" }
]
}