...
|
...
|
@@ -21,7 +21,7 @@ const questionnaire = require(`${cRoot}/questionnaire`); |
|
|
router.get('/ads', ads.jump);
|
|
|
router.get('/check', captcha.geetestOnly, robot.index);
|
|
|
router.post('/check', robot.check, robot.isHuman);
|
|
|
router.post('/captcha.png', captcha.geetestGenerate);
|
|
|
router.post('/captcha.png', robot.img);
|
|
|
|
|
|
router.get('/material', auth, materialController.indexNew);
|
|
|
router.get('/material/old', auth, materialController.index);
|
...
|
...
|
|