Browse Source

!19 修改提交注册token失效问题

Merge pull request !19 from weijw/feature/algorithm-weijw
pull/12/head
ThinkEnergy Gitee 4 years ago
parent
commit
f1b5fee557
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dubhe-server/common-biz/base/src/main/java/org/dubhe/biz/base/constant/AuthConst.java

+ 1
- 1
dubhe-server/common-biz/base/src/main/java/org/dubhe/biz/base/constant/AuthConst.java View File

@@ -55,7 +55,7 @@ public class AuthConst {
*/
public final static String[] DEFAULT_PERMIT_PATHS = {"/swagger**/**", "/webjars/**", "/v2/api-docs/**", "/doc.html/**",
"/users/findUserByUsername", "/auth/login", "/auth/code","/auth/getUserTypeList",
"/datasets/files/annotations/auto","/datasets/versions/**/convert/finish", "/datasets/enhance/finish",
"/datasets/files/annotations/auto","/datasets/versions/**/convert/finish", "/datasets/enhance/finish","/auth/resetPassword",
"/auth/getCodeBySentEmail","/auth/userRegister","/ws/**",
StringConstant.RECYCLE_CALL_URI+"**"
};


Loading…
Cancel
Save