Skip to content

Commit

Permalink
[Chore] #163 - 즐겨찾기 삭제 스웨거 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
parkrootseok committed Mar 2, 2023
1 parent b9989c9 commit ebe1522
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public SuccessResponse<List<GetFavoritesRes>> getFavorites(@PathVariable Long us

@Operation(summary = "즐겨찾기 삭제", description = "즐겨찾기 ID를 받아 즐겨찾기를 삭제한다.")
@Parameters({
@Parameter(name= "userId", description = "즐겨찾기 ID"),
@Parameter(name= "cafeId", description = "즐겨찾기 ID")
@Parameter(name= "userId", description = "유저 ID"),
@Parameter(name= "cafeId", description = "카페 ID")
})
@DeleteMapping("/delete/{userId}/{cafeId}")
public SuccessResponse<String> deleteFavorites(@PathVariable Long userId, @PathVariable Long cafeId) {
Expand Down

0 comments on commit ebe1522

Please sign in to comment.