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

This commit is contained in:
2025-11-24 21:43:55 +01:00
parent a5ea0dfdd7
commit ffcb25b2e2

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: 'ok' }); res.json({ status: 'healthy' });
}); });
// --- /auth --- // --- /auth ---