Skip to content

Commit

Permalink
[REFACTOR]
Browse files Browse the repository at this point in the history
  • Loading branch information
shinenbayargansukh committed Oct 26, 2024
1 parent 6eb7b13 commit 13dee03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
@FeignClient(name = "Inventory-Service", url = "${http.feignUrl.inventory}")
public interface InventoryApiClient {
@GetMapping("api/warehouses/{id}")
WarehouseResponseDto getWarehouse(@PathVariable("id") String Id);
WarehouseResponseDto getWarehouse(@PathVariable("id") String id);
}

0 comments on commit 13dee03

Please sign in to comment.