Skip to content

Commit 805f3ca

Browse files
committed
fixed typo in progress route
1 parent 982cc4f commit 805f3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/progress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function progressRouter() {
4747
* @apiError (Error 500) InternalServerError Error while toggling question completion.
4848
*/
4949
router.patch(
50-
"/:memeberId/questions/:questionId/completed/toggle",
50+
"/:memberId/questions/:questionId/completed/toggle",
5151
toggleQuestions,
5252
);
5353

0 commit comments

Comments
 (0)