Move reporting menu to todo

This commit is contained in:
Rory&
2025-10-04 19:09:25 +02:00
parent 1f3e5ac004
commit 88e043fad8
+2 -1
View File
@@ -33,7 +33,8 @@ router.get(
},
}),
(req: Request, res: Response) => {
res.send([] as ReportingMenuResponseSchema);
// TODO: implement
//res.send([] as ReportingMenuResponseSchema);
},
);