소스 검색

移动端求职接口

wkyy 4 년 전
부모
커밋
ddabbde3e1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web/src/main/java/com/jpsoft/employment/config/WebMvcConfig.java

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

@@ -58,7 +58,8 @@ public class WebMvcConfig implements WebMvcConfigurer {
 				.excludePathPatterns("/mobile/jobUserApi/validateCode")
 				.excludePathPatterns("/mobile/jobUserApi/getVerifyCode")
 				.excludePathPatterns("/mobile/jobUserApi/passwordLogin")
-				.excludePathPatterns("/mobile/recruitmentApi/getRecruitmentList");
+				.excludePathPatterns("/mobile/recruitmentApi/getRecruitmentList")
+				.excludePathPatterns("/mobile/recruitmentApi/getScreenList");
 
 
 	}