mirror of
https://github.com/detleph/server.git
synced 2026-09-09 16:06:21 +02:00
added createRolesForTeam in register
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import Express from "express";
|
||||
import { assignParticipantToRole } from "../Controllers/role.controller";
|
||||
|
||||
const router = Express.Router();
|
||||
|
||||
router.patch<"/:pid/", { pid: string }>("/:pid/", assignParticipantToRole)
|
||||
Reference in New Issue
Block a user