|
|
@@ -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");
|
|
|
|
|
|
|
|
|
}
|