放开 行业地区 岗位 接口
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user