removed event-chronjobs, used Events in hub-app insteand, added admin Btn to set Discord-User and run Event-completed-workflow. Fixed Bug of wrong participants-count in Event-Modal
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { Router } from "express";
|
||||
import mailRouter from "./mail";
|
||||
import eventRouter from "./event";
|
||||
|
||||
const router: Router = Router();
|
||||
|
||||
router.use("/mail", mailRouter);
|
||||
router.use("/event", eventRouter);
|
||||
|
||||
export default router;
|
||||
|
||||
Reference in New Issue
Block a user