feat: delete op class geimplementeerd
This commit is contained in:
parent
6290d3dd9b
commit
da5cb7d02d
3 changed files with 17 additions and 4 deletions
|
@ -15,9 +15,10 @@ router.get('/', getAllClassesHandler);
|
|||
|
||||
router.post('/', createClassHandler);
|
||||
|
||||
// Information about an class with id 'id'
|
||||
router.get('/:id', getClassHandler);
|
||||
|
||||
router.delete('/:id', deleteClassHandler);
|
||||
|
||||
router.get('/:id/teacher-invitations', getTeacherInvitationsHandler);
|
||||
|
||||
router.get('/:id/students', getClassStudentsHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue