feat: Add Google News (#3953)

This commit is contained in:
zoenglinghou
2020-02-11 10:50:39 +01:00
committed by GitHub
parent 621f3e9539
commit a49f217e9e
4 changed files with 122 additions and 4 deletions

View File

@@ -2228,4 +2228,7 @@ router.get('/cowlevel/element/:id', require('./routes/cowlevel/element'));
// 2048
router.get('/2048/bbs/:fid', require('./routes/2048/bbs'));
// Google News
router.get('/google/news/:category/:locale', require('./routes/google/news'));
module.exports = router;