summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-03 19:18:39 +0200
committerRory& <root@rory.gay>2025-10-04 19:09:25 +0200
commit88e043fad8ef89deee5567d56d9491721506d18a (patch)
treebf41ed3c15ced105f0ee0ff674e66f62a7684c1c /src
parentConfig as class (diff)
downloadserver-ts-88e043fad8ef89deee5567d56d9491721506d18a.tar.xz
Move reporting menu to todo
Diffstat (limited to 'src')
-rw-r--r--src/api/routes/reporting/menu/message.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/routes/reporting/menu/message.ts b/src/api/routes/reporting/menu/message.ts

index fcf02ff8..69dea24a 100644 --- a/src/api/routes/reporting/menu/message.ts +++ b/src/api/routes/reporting/menu/message.ts
@@ -33,7 +33,8 @@ router.get( }, }), (req: Request, res: Response) => { - res.send([] as ReportingMenuResponseSchema); + // TODO: implement + //res.send([] as ReportingMenuResponseSchema); }, );