add ncm artist

This commit is contained in:
metowolf
2018-04-13 20:15:27 +08:00
parent 2030fc0070
commit 7ad64175ef
3 changed files with 59 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ app.get('/weibo/user/:uid', require('./routes/weibo/user'));
// 网易云音乐
app.get('/ncm/playlist/:id', require('./routes/ncm/playlist'));
app.get('/ncm/artist/:id', require('./routes/ncm/artist'));
// 掘金
app.get('/juejin/category/:category', require('./routes/juejin/category'));
@@ -37,4 +38,4 @@ app.get('/jianshu/trending/monthly', require('./routes/jianshu/monthly'));
app.get('/jianshu/collection/:id', require('./routes/jianshu/collection'));
app.get('/jianshu/user/:id', require('./routes/jianshu/user'));
app.listen(1200);
app.listen(1200);