소스 검색

Merge remote-tracking branch 'origin/master'

chenwen 3 년 전
부모
커밋
34b7543bd2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      web/src/main/java/com/jpsoft/employment/config/WebMvcConfig.java

+ 1 - 0
web/src/main/java/com/jpsoft/employment/config/WebMvcConfig.java

@@ -62,6 +62,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
 				.excludePathPatterns("/mobile/recruitmentApi/getRecruitmentList")
 				.excludePathPatterns("/mobile/recruitmentApi/getScreenList")
 				.excludePathPatterns("/mobile/sysUserApi/wechatLogin")
+				.excludePathPatterns("/mobile/sysUserApi/findByOpenId")
 				.excludePathPatterns("/mobile/sysUserApi/passwordLogin")
 		;