mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-25 17:56:39 +08:00
17 lines
369 B
JSON
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": "/" }
|
|
]
|
|
}
|