Skip to content

Commit

Permalink
πŸ’œ[FIX] 꽃 재고 Feign url μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
indl1670 committed Dec 21, 2023
1 parent 7b497ef commit adb6f03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class FlowerFeignClientController {
private final FlowerQueryUseCase flowerQueryUseCase;

@GetMapping("flowers")
@GetMapping("/client/flowers")
public CommonResponse<List<FlowerInformation>> getAllFlowerInformation() {
return CommonResponse.success(flowerQueryUseCase.getAllFlowers());
}
Expand Down

0 comments on commit adb6f03

Please sign in to comment.