Skip to content

Commit

Permalink
Merge pull request #46 from nowgnas/develop
Browse files Browse the repository at this point in the history
🐛 Amend client request url
  • Loading branch information
nowgnas authored Dec 20, 2023
2 parents e10e418 + 73dced1 commit 7b497ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public interface StoreServiceClient {
@CircuitBreaker(
name = "getStoreNameOfProductDetailFallback",
fallbackMethod = "getStoreNameOfProductDetailFallback")
@GetMapping("/stores/{storeId}/name")
@GetMapping("client/stores/{storeId}/name")
CommonResponse<ProductCommand.StoreName> getStoreNameOfProductDetail(@PathVariable Long storeId);

default CommonResponse<ProductCommand.StoreName> getStoreNameOfProductDetailFallback(
Expand Down

0 comments on commit 7b497ef

Please sign in to comment.