|
|
@@ -10,13 +10,12 @@ import com.goafanti.common.constant.ErrorConstants;
|
|
|
import com.goafanti.common.controller.BaseApiController;
|
|
|
import com.goafanti.common.model.ExpertPublish;
|
|
|
import com.goafanti.common.utils.StringUtils;
|
|
|
-import com.goafanti.demand.service.DemandPublishPageService;
|
|
|
import com.goafanti.user.service.ExpertPublishPageService;
|
|
|
import com.goafanti.user.service.ExpertPublishService;
|
|
|
import com.goafanti.user.service.UserService;
|
|
|
|
|
|
@RestController
|
|
|
-@RequestMapping(value = "/open/api/admin/expert")
|
|
|
+@RequestMapping(value = "/api/admin/expert")
|
|
|
public class ExpertPublishController extends BaseApiController {
|
|
|
@Resource
|
|
|
private UserService userService;
|