fix: put route frontend + veranderingen delete

This commit is contained in:
Gabriellvl 2025-04-15 17:33:03 +02:00
parent f3d2b3313c
commit ef04f6c7af
4 changed files with 40 additions and 42 deletions

View file

@ -12,5 +12,5 @@ export interface TeacherInvitationData {
sender: string;
receiver: string;
class: string;
accepted?: boolean;
accepted?: boolean; // use for put requests, else skip
}