Skip to content

Commit

Permalink
[feature/Inhabas#228] Controller 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
skytin1004 committed Feb 8, 2024
1 parent e78ab14 commit a956460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class ContestBoardController {
"{\"status\": 404, \"code\": \"G004\", \"message\": \"데이터가 존재하지 않습니다.\"}")))
})
@SecurityRequirements(value = {})
@GetMapping("/contest/{contestTypeString}")
@GetMapping("/contest/{contestType}")
@PreAuthorize(
// 공모전 게시판 MenuId : 18
"@boardSecurityChecker.checkMenuAccess(18, T(com.inhabas.api.domain.board.usecase.BoardSecurityChecker).READ_BOARD_LIST)")
Expand Down

0 comments on commit a956460

Please sign in to comment.