YesPlayMusic/vercel.example.json

9 lines
136 B
JSON

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