mirror of
https://github.com/detleph/server.git
synced 2026-09-09 07:56:18 +02:00
patching complications after merging and review suggestions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user