Bläddra i källkod

移动端求职接口

wkyy 4 år sedan
förälder
incheckning
ddabbde3e1
1 ändrade filer med 2 tillägg och 1 borttagningar
  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");
 
 
 	}