mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
16 lines
369 B
JSON
16 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": "/" }
|
|
]
|
|
}
|