mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 12:52:07 +08:00
improve document
This commit is contained in:
6
app.js
6
app.js
@ -68,6 +68,12 @@ app.use("/fm_trash",require("./router/fm_trash"))
|
||||
//排行榜
|
||||
app.use("/top_list",require("./router/top_list"))
|
||||
|
||||
//mv
|
||||
app.use("/mv",require("./router/mv"))
|
||||
|
||||
//播放mv
|
||||
app.use("/play_mv",require("./router/play_mv"))
|
||||
|
||||
process.on('SIGHUP', () => {
|
||||
console.log('server: bye bye')
|
||||
process.exit()
|
||||
|
Reference in New Issue
Block a user