...
|
...
|
@@ -19,7 +19,7 @@ const activate = require(`${cRoot}/activate`); // 激活点击统计 |
|
|
const questionnaire = require(`${cRoot}/questionnaire`);
|
|
|
|
|
|
router.get('/ads', ads.jump);
|
|
|
router.get('/check', captcha.required, robot.index);
|
|
|
router.get('/check', captcha.geeOnly, robot.index);
|
|
|
router.post('/check', robot.check, robot.isHuman);
|
|
|
|
|
|
router.get('/material', auth, materialController.indexNew);
|
...
|
...
|
|