From e2da753c2dcfcb1b6243aafa0086a5c086ba654c Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 20 May 2026 14:06:19 +0200 Subject: */Server.ts: Handle metrics requests --- src/api/Server.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api/Server.ts') diff --git a/src/api/Server.ts b/src/api/Server.ts index a1edb986..f9f1c708 100644 --- a/src/api/Server.ts +++ b/src/api/Server.ts @@ -53,6 +53,7 @@ export class SpacebarServer extends Server { async start() { await Monitoring.init(); + Monitoring.attach(this.app); await initDatabase(); await Config.init(); await initEvent(); -- cgit 1.5.1