Skip to content

Commit

Permalink
Merge branch 'develop' into fix/review-by-user-id
Browse files Browse the repository at this point in the history
  • Loading branch information
indl1670 authored Dec 21, 2023
2 parents 36dfd9f + adb6f03 commit cb7d042
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 cb7d042

Please sign in to comment.