Add LinkedKeeper close #197 (#438)

This commit is contained in:
imlonghao
2018-08-09 11:24:50 +08:00
committed by DIYgod
parent 213342211d
commit a19b872f73
4 changed files with 81 additions and 0 deletions

View File

@@ -393,4 +393,7 @@ router.get('/xueqiu/favorite/:id', require('./routes/xueqiu/favorite'));
// Greasy Fork
router.get('/greasyfork/:language/:domain?', require('./routes/greasyfork/scripts'));
// LinkedKeeper
router.get('/linkedkeeper/:type/:id?', require('./routes/linkedkeeper/index'));
module.exports = router;