Move reporting menu to todo

This commit is contained in:
Rory& 2025-10-03 19:18:39 +02:00
parent 1f3e5ac004
commit 88e043fad8

View File

@ -33,7 +33,8 @@ router.get(
},
}),
(req: Request, res: Response) => {
res.send([] as ReportingMenuResponseSchema);
// TODO: implement
//res.send([] as ReportingMenuResponseSchema);
},
);