fix: use instead of get
This commit is contained in:
parent
baa6cd6ce5
commit
4b6be93e63
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ router.get('/:username/joinRequests/:classId', getStudentJoinRequestHandler);
|
|||
router.put('/:username/joinRequests/:classId/:studentUsername', updateStudentJoinRequestHandler);
|
||||
|
||||
// Invitations to other classes a teacher received
|
||||
router.get('/invitations', invitationRouter);
|
||||
router.use('/invitations', invitationRouter);
|
||||
|
||||
export default router;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue