Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ 小黑盒新闻、打折情况,游戏时光新闻、发售表 #1736

Merged
merged 2 commits into from
Mar 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into master
  • Loading branch information
Yorkin Yuan authored Mar 12, 2019
commit c08804e13a6766ca3550d9c2ff29a2efc673ac2c
3 changes: 3 additions & 0 deletions lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -1149,4 +1149,7 @@ router.get('/uraaka-joshi/:id', require('./routes/uraaka-joshi/uraaka-joshi-user
router.get('/vgtime/news', require('./routes/vgtime/news.js'));
router.get('/vgtime/release', require('./routes/vgtime/release'));

// MP4吧
router.get('/mp4ba/:param', require('./routes/mp4ba'));

module.exports = router;
You are viewing a condensed version of this merge commit. You can view the full changes here.