YesPlayMusic/vercel.example.json
2022-05-12 23:16:25 +08:00

12 lines
178 B
JSON

{
"github": {
"silent": true
},
"rewrites": [
{
"source": "/netease/:match*",
"destination": "https://your-netease-api.example.com/:match*"
}
]
}