Showing
1 changed file
with
3 additions
and
1 deletions
@@ -6,7 +6,9 @@ const _ = require('lodash'); | @@ -6,7 +6,9 @@ const _ = require('lodash'); | ||
6 | const WHITE_LIST = [ | 6 | const WHITE_LIST = [ |
7 | '/3party/check', | 7 | '/3party/check', |
8 | '/passport/imagesNode', | 8 | '/passport/imagesNode', |
9 | - '/passport/cert/headerTip' | 9 | + '/passport/cert/headerTip', |
10 | + '/passport/captcha/get', | ||
11 | + '/3party/check/submit' | ||
10 | ]; | 12 | ]; |
11 | 13 | ||
12 | module.exports = (req, res, next) => { | 14 | module.exports = (req, res, next) => { |
-
Please register or login to post a comment