|
@@ -63,7 +63,7 @@ public class AppPersonController {
|
|
|
}
|
|
|
|
|
|
@PreAuthenticated
|
|
|
- @DeleteMapping("/job/unFavorite")
|
|
|
+ @DeleteMapping("/job/unfavorite")
|
|
|
@Operation(summary = "用户取消收藏职位")
|
|
|
public CommonResult<Boolean> unFavorite(PersonJobFavoriteReqVO reqVO) {
|
|
|
Boolean result = jobFavoriteService.unFavorite(reqVO);
|