增加播放mv 接口

This commit is contained in:
binaryify
2017-04-21 16:18:49 +08:00
parent 2ce2284297
commit 99e1b8989b
8 changed files with 60 additions and 8 deletions

3
app.js
View File

@ -78,6 +78,9 @@ app.use("/top_list",require("./router/top_list"))
//mv
app.use("/mv",require("./router/mv"))
//play_mv
app.use("/play_mv",require("./router/play_mv"))
process.on('SIGHUP', () => {
console.log('server: bye bye')
process.exit()