Skip to content

Commit

Permalink
test: fix get question
Browse files Browse the repository at this point in the history
  • Loading branch information
xjq7 committed Nov 19, 2022
1 parent a2fe657 commit 46e3414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/controller/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class QuestionController {
}

@Get('/')
@UseBefore(TokenMiddleware)
getQuestion(@QueryParam('name', { required: true }) name: string) {
return questionService.getQuestion({ name });
}
Expand Down

0 comments on commit 46e3414

Please sign in to comment.