Skip to content

Commit

Permalink
fix: payments 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimzinsun committed Oct 24, 2024
1 parent a464a28 commit 7895c2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public List<PaymentHistoryResponse.Get> getPaymentHistory(@PathVariable Long pay


@PreAuthorize("hasAnyRole('ROLE_MANAGER', 'ROLE_ADMIN')")
@GetMapping("/payments/all")
@GetMapping("/api/payments/all")
public ApiResponse<?> getAllPayments(Pageable pageable,
@RequestParam(required = false) String userId,
@RequestParam(required = false) String paymentKey,
Expand Down

0 comments on commit 7895c2d

Please sign in to comment.