feat: 添加腾讯新闻较真查证平台 (#3209)

This commit is contained in:
hoilc
2019-10-08 16:36:07 +08:00
committed by DIYgod
parent fc0947373e
commit a2600c4c79
3 changed files with 71 additions and 0 deletions

View File

@@ -1783,4 +1783,7 @@ router.get('/watchface/:watch_type?/:list_type?', require('./routes/watchface/up
router.get('/cnu/selected', require('./routes/cnu/selected'));
router.get('/cnu/discovery/:type?/:category?', require('./routes/cnu/discovery'));
// 腾讯新闻较真查证平台
router.get('/factcheck', require('./routes/tencent/factcheck'));
module.exports = router;