Status Update
All checks were successful
Build and Push API / build-and-push (push) Successful in 7s

This commit is contained in:
2025-11-24 21:47:42 +01:00
parent ffcb25b2e2
commit 3b65900a2c

2
api.js
View File

@@ -72,7 +72,7 @@ function adminCheck(req, res, next) {
// --- Root --- // --- Root ---
app.get('/', (req, res) => { app.get('/', (req, res) => {
res.json({ status: 'healthy' }); res.json({ status: 'ok' });
}); });
// --- /auth --- // --- /auth ---