Skip to content

Commit

Permalink
🐛 Feign url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywoo27 committed Jan 9, 2024
1 parent e1a5846 commit b059a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CommonResponse<List<PaymentInfoDto>> getPaymentInfo(@RequestBody List<String> or
return CommonResponse.success(paymentService.getPaymentInfo(orderGroupIds));
}

@GetMapping(value = "/client/paymentDate")
@GetMapping(value = "/paymentDate")
CommonResponse<String> getPaymentDate(@RequestParam String orderGroupId){
return CommonResponse.success(paymentService.getPaymentDate(orderGroupId));
}
Expand Down

0 comments on commit b059a84

Please sign in to comment.