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