Skip to content

Commit

Permalink
for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yhi9839 committed Feb 21, 2025
1 parent 12f1e01 commit 1eb8cf2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public ApiResponse<TicketResponseDTO.CancelRequestTicketDTO> cancelTicket(@Reque
return ApiResponse.onSuccess(cancelRequestTicketDTO);
}


@GetMapping("/myTickets/{memberTicketId}")
@Operation(summary = "마이페이지에서 티켓 단건 조회")
public ApiResponse<TicketResponseDTO.MyPageTicketDTO> getMyTicket(@RequestHeader("Authorization") String authorizationHeader,
Expand Down

0 comments on commit 1eb8cf2

Please sign in to comment.