feat: add 10000link news fulltext (#2681)

Co-authored-by: DIYgod <diy.d.god@gmail.com>
This commit is contained in:
Cloud
2019-07-25 11:32:51 +08:00
committed by DIYgod
parent 058a5ee5f3
commit 5e9c6726e8
3 changed files with 78 additions and 0 deletions

View File

@@ -1556,6 +1556,9 @@ router.get('/wikihow/category/:category/:type', require('./routes/wikihow/catego
router.get('/getitfree/category/:category?', require('./routes/getitfree/category.js'));
router.get('/getitfree/search/:keyword?', require('./routes/getitfree/search.js'));
// 万联网
router.get('/10000link/news/:category?', require('./routes/10000link/news'));
// Artand
router.get('/artand/user/work/:uid', require('./routes/artand/user/work'));