Skip to content

Commit

Permalink
feat: 식권 사용 기능 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
LEEJaeHyeok97 committed Nov 20, 2024
1 parent 9829a4b commit 2f66ad9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public ResponseCustom<Message> order(
}

@Operation(summary = "식권 사용", description = "식권을 사용합니다.")
@PostMapping("/tickets")
public ResponseCustom<Message> useMealTicket(
Authentication authentication,
@PathVariable Long orderId
Expand Down

0 comments on commit 2f66ad9

Please sign in to comment.