Skip to content

Commit

Permalink
be-remove_guards
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanIlhan committed Dec 24, 2023
1 parent eeaba70 commit 65fa1fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/backend/src/poll/poll.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ export class PollController {
}

@Get(':id')
@UseGuards(AuthGuard, VerificationGuard)
@ApiResponse({
status: 200,
description: 'Poll is fetched successfully.',
Expand Down

0 comments on commit 65fa1fa

Please sign in to comment.