added updateDiscipline

This commit is contained in:
Laurin
2022-05-29 02:02:17 +02:00
parent cb50e5ac2e
commit e2afde59e1
2 changed files with 81 additions and 13 deletions
+1 -1
View File
@@ -158,4 +158,4 @@ export const deleteParticipant = async (req: Request<{ pid: string }>, res: Resp
throw e;
}
}
}