Files
Archive/yesplaymusic/vercel.example.json
2024-03-05 02:32:38 -08:00

9 lines
136 B
JSON

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