Skip to content

Commit 3356260

Browse files
committed
supaBaseMock
1 parent aa9ad63 commit 3356260

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/controllers/question.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const getQuestionByTopicId = async (req: Request, res: Response) => {
1919

2020
}
2121

22+
2223
export const addQuestion = async (req: Request, res: Response) => {
2324

2425
const topicId = parseInt(req.params.topicId);

0 commit comments

Comments
 (0)