mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-21 21:43:09 +00:00
15 lines
465 B
JSON
15 lines
465 B
JSON
{
|
|
"functions": [
|
|
{
|
|
"path": "/(.*)",
|
|
"method": ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
|
|
"handler": "index.js",
|
|
"headers": {
|
|
"Access-Control-Allow-Credentials": "true",
|
|
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
|
|
"Access-Control-Allow-Headers": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
|
|
}
|
|
}
|
|
]
|
|
}
|