Skip to content

Commit

Permalink
Fix wrong types of response status in GoalGifticon api
Browse files Browse the repository at this point in the history
  • Loading branch information
mkSpace committed Apr 22, 2024
1 parent 7befabb commit 5ccb645
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class GoalGifticonController(
)
}

@ResponseStatus(HttpStatus.CREATED)
@Operation(
summary = "다짐 내 기프티콘 조회 API",
description = "다짐 내 기프티콘 조회 (나의 기프티콘 이거나 승리한 경우 조회 가능)",
Expand All @@ -52,7 +51,6 @@ class GoalGifticonController(
)
}

@ResponseStatus(HttpStatus.CREATED)
@Operation(
summary = "다짐 내 기프티콘 수정 API",
description = "다짐 내 기프티콘 수정",
Expand Down

0 comments on commit 5ccb645

Please sign in to comment.