|
@@ -89,6 +89,12 @@ public class WebConfiguration implements WebMvcConfigurer {
|
|
|
excludePath.add("/api/jobUserService/education/deleteEducation");
|
|
|
excludePath.add("/api/jobUserService/jobHunt/delete");
|
|
|
|
|
|
+ excludePath.add("/api/jobUserService/honor/getById");
|
|
|
+ excludePath.add("/api/jobUserService/honor/getPageList");
|
|
|
+ excludePath.add("/api/jobUserService/honor/getList");
|
|
|
+ excludePath.add("/api/jobUserService/honor/save");
|
|
|
+ excludePath.add("/api/jobUserService/honor/delete");
|
|
|
+
|
|
|
excludePath.add("/api/user/getUserInfo");
|
|
|
excludePath.add("/api/system/dictionary/getDictionaryItemByCodeList");
|
|
|
excludePath.add("/api/system/area/getCityList");
|