Skip to content

Commit

Permalink
commentTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Johyunik committed Nov 22, 2023
1 parent 018ec06 commit fb75d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.List;
import java.util.Optional;

@FeignClient(value = "comment-service", path = "/comment")
@FeignClient(value = "${feignClient.url}", path = "/comment")
public interface CommentClient {
@GetMapping("/comments")
public Optional<List<CommentResponseDTO>> getCommentAndReply(@RequestParam int boardId);
Expand Down

0 comments on commit fb75d7a

Please sign in to comment.