fix: extra invalidate queries bij delete en put
This commit is contained in:
parent
075616b67b
commit
dadde1651b
4 changed files with 21 additions and 28 deletions
6
common/src/interfaces/teacher.d.ts
vendored
6
common/src/interfaces/teacher.d.ts
vendored
|
@ -3,10 +3,4 @@ export interface TeacherDTO {
|
|||
username: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
endpoints?: {
|
||||
classes: string;
|
||||
questions: string;
|
||||
invitations: string;
|
||||
groups: string;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue