Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeburia committed Dec 11, 2023
1 parent f5f648a commit e7d8ab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public String placeOrder(OrderRequest orderRequest) {
InventoryResponse[] inventoryResponsArray = webClientBuilder
.build()
.get()
.uri("http://localhost:9999/api/inventory", uriBuilder -> uriBuilder.queryParam("skuCode", skuCodes)
.uri("http://inventory-service/api/inventory", uriBuilder -> uriBuilder.queryParam("skuCode", skuCodes)
.build())
.retrieve()
.bodyToMono(InventoryResponse[].class)
Expand Down

0 comments on commit e7d8ab7

Please sign in to comment.