From ffcb25b2e2f1e18cc9f968d84d2426b33d91d8aa Mon Sep 17 00:00:00 2001 From: zomborip Date: Mon, 24 Nov 2025 21:43:55 +0100 Subject: [PATCH] Status Update --- api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.js b/api.js index f1e7fdd..98433ea 100644 --- a/api.js +++ b/api.js @@ -72,7 +72,7 @@ function adminCheck(req, res, next) { // --- Root --- app.get('/', (req, res) => { - res.json({ status: 'ok' }); + res.json({ status: 'healthy' }); }); // --- /auth ---