Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
urinaner committed Nov 22, 2024
1 parent 7157044 commit 7bd97ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class BoardController {
private final BoardService boardService;

@Operation(summary = "게시판 생성 API", description = "게시판 생성")
@Operation(summary = "게시판 생성 API", description = "게시판 생성입니다.")
@PostMapping
public ResponseEntity<Long> createBoard(@RequestBody BoardReqDto boardReqDto) {
Long boardId = boardService.saveBoard(boardReqDto);
Expand Down

0 comments on commit 7bd97ef

Please sign in to comment.