patching complications after merging and review suggestions

This commit is contained in:
Laurin
2022-06-02 00:09:51 +02:00
parent 95784a2a9f
commit 569695245f
10 changed files with 185 additions and 309 deletions
+2
View File
@@ -7,3 +7,5 @@ const router = Express.Router();
router.get<"team/:teamPid/", { teamPid: string }>("team/:teamPid/", getRolesForTeam);
router.put<"/:pid/participant", { pid: string }>("/:pid/participant", assignParticipantToRole);
export default router;