Skip to content

Commit

Permalink
NABI-184--refactor : 개행
Browse files Browse the repository at this point in the history
  • Loading branch information
born-A committed Nov 11, 2023
1 parent cea49a0 commit c979599
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,13 @@ public ResponseEntity<CommonResult> updateCardStatusById(
@RequestBody CardStatusUpdateRequestDTO cardStatusUpdateRequestDTO
) {
cardService.updateCardStatusById(
token,
cardId,
cardStatusUpdateRequestDTO
token,
cardId,
cardStatusUpdateRequestDTO
);

return ResponseEntity.ok(ResponseFactory.getSuccessResult());
}

@GetMapping("/{status}/my-cards")
public ResponseEntity<SingleResult<CardListReadPagingResponseDTO>> getMyCardsByStatus(
Expand Down

0 comments on commit c979599

Please sign in to comment.