mirror of
https://github.com/detleph/server.git
synced 2026-09-10 07:56:20 +02:00
added leaderOfTeam check
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Express from "express";
|
||||
import { assignParticipantToRole, getRolesForTeam } from "../Controllers/role.controller";
|
||||
import { requireAuthentication, requireConfiguredAuthentication } from "../Middleware/auth/auth";
|
||||
import { requireConfiguredAuthentication } from "../Middleware/auth/auth";
|
||||
|
||||
const router = Express.Router();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user