Skip to content

Commit

Permalink
fix: header auth 받을 수 있도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeun99 committed Dec 14, 2023
1 parent accf6bf commit 2ce5650
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public class ReplyController {

@Autowired
private ReplyService replyService;

@PostMapping("/board/{boardId}/reply/new")
@PostMapping("/auth/board/{boardId}/reply/new")
public ResponseEntity<Void> createReply(
@PathVariable("boardId") String boardId,
@RequestBody ReplyDto replyDto) {
Expand Down

0 comments on commit 2ce5650

Please sign in to comment.