放开 行业地区 岗位 接口

This commit is contained in:
zk
2026-03-20 14:40:17 +08:00
parent de7dd99da6
commit 3aaa6cc6d1
3 changed files with 3 additions and 3 deletions
@@ -17,7 +17,7 @@ import java.util.List;
* @author zk * @author zk
*/ */
@RestController @RestController
@RequestMapping("/industries") @RequestMapping("/public/industries")
public class IndustryController { public class IndustryController {
@Autowired @Autowired
private IndustryService industryService; private IndustryService industryService;
@@ -17,7 +17,7 @@ import java.util.List;
* @author zk * @author zk
*/ */
@RestController @RestController
@RequestMapping("/job-categories") @RequestMapping("/public/job-categories")
public class JobCategoryController { public class JobCategoryController {
@Autowired @Autowired
private JobCategoryService categoryService; private JobCategoryService categoryService;
@@ -17,7 +17,7 @@ import java.util.List;
* @author zk * @author zk
*/ */
@RestController @RestController
@RequestMapping("/regions") @RequestMapping("/public/regions")
public class RegionController { public class RegionController {
@Autowired @Autowired
private RegionService regionService; private RegionService regionService;