Skip to content

Commit

Permalink
refactor(#117) BoardGuard수정(토큰 없을경우)
Browse files Browse the repository at this point in the history
  • Loading branch information
2swo committed Nov 20, 2023
1 parent 9e682f8 commit 202fda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boards/controllers/Boards.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class BoardsController {
}

@Patch('/images')
@UseGuards()
@UseGuards(JwtAccessTokenGuard)
@ApiUpdateBoardImage()
@UseInterceptors(FilesInterceptor('files', 3))
async editBoardImages(
Expand Down

0 comments on commit 202fda8

Please sign in to comment.