放开 行业地区 岗位 接口
This commit is contained in:
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
* @author zk
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/industries")
|
||||
@RequestMapping("/public/industries")
|
||||
public class IndustryController {
|
||||
@Autowired
|
||||
private IndustryService industryService;
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
* @author zk
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/job-categories")
|
||||
@RequestMapping("/public/job-categories")
|
||||
public class JobCategoryController {
|
||||
@Autowired
|
||||
private JobCategoryService categoryService;
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
* @author zk
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/regions")
|
||||
@RequestMapping("/public/regions")
|
||||
public class RegionController {
|
||||
@Autowired
|
||||
private RegionService regionService;
|
||||
|
||||
Reference in New Issue
Block a user