Skip to content

Commit

Permalink
Merge pull request #46 from 9oormthon-univ/dev
Browse files Browse the repository at this point in the history
⚡Feat: 게시글 사진 관련 로직 수정
  • Loading branch information
eunxeum authored Nov 23, 2024
2 parents 8247a08 + 674ac2b commit 5dbc3fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public BoardController(BoardService boardService) {
})
@PostMapping("/summit/{summitId}")
public ResponseEntity<String> boardSave(@User LoginUser loginUser,
@PathVariable Long summitId,
@RequestBody BoardSaveReqDto boardSaveReqDto) {
Long boardId = boardService.boardSave(loginUser.getMemberId(), boardSaveReqDto);
String message = String.format("%d번 게시글 등록!", boardId);
Expand Down

0 comments on commit 5dbc3fc

Please sign in to comment.