Skip to content

Commit

Permalink
refacotr: gateway api 배포 버전에 맞게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minsu11 committed Feb 18, 2024
1 parent 58fa8db commit a60d8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public List<Response> test() {
HttpEntity<List<Response>> requestEntity = new HttpEntity<>(headers);

//responseEntity
ResponseEntity<List<Response>> exchange = restTemplate.exchange("http://180.210.83.227:6060" + "/api/orders-statuses",
ResponseEntity<List<Response>> exchange = restTemplate.exchange("http://180.210.83.227:6060" + "/api/orders-status",
HttpMethod.GET,
requestEntity,
new ParameterizedTypeReference<List<Response>>() {
Expand Down

0 comments on commit a60d8f0

Please sign in to comment.