Skip to content

Commit

Permalink
fix: missing natgeo route
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed May 24, 2019
1 parent c83fc5c commit 78a8041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ router.get('/sexinsex/:id/:type?', require('./routes/sexinsex/index'));
router.get('/gcores/category/:category', require('./routes/gcores/category'));

// 国家地理
router.get('/natgeo/dailyphoto', require('./routes/natgeo/dailyphoto'));
router.get('/natgeo/:cat/:type?', require('./routes/natgeo/natgeo'));

// 一个
Expand Down

0 comments on commit 78a8041

Please sign in to comment.