mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 22:42:20 +08:00
新增排行榜接口
This commit is contained in:
4
app.js
4
app.js
@ -7,6 +7,7 @@ app.use('/login/cellphone', require('./router/loginCellphone'))
|
||||
|
||||
//邮箱登录
|
||||
app.use('/login', require('./router/login'))
|
||||
|
||||
//获取评论
|
||||
app.use('/comment', require('./router/comment'))
|
||||
|
||||
@ -50,6 +51,9 @@ app.use("/daily_signin",require("./router/daily_signin"))
|
||||
//垃圾桶
|
||||
app.use("/fm_trash",require("./router/fm_trash"))
|
||||
|
||||
//排行榜
|
||||
app.use("/top_list",require("./router/top_list"))
|
||||
|
||||
process.on('SIGHUP', () => {
|
||||
console.log('server: bye bye')
|
||||
process.exit()
|
||||
|
Reference in New Issue
Block a user