Added priority to traefik tag
All checks were successful
Deploy Apartment API / deploy (push) Successful in 9m44s

This commit is contained in:
2025-07-15 20:36:12 -06:00
parent 9153a2faf8
commit 4c3b63c4bf
3 changed files with 5 additions and 3 deletions

View File

@ -469,6 +469,7 @@ async function startServer() {
app.listen(PORT, '0.0.0.0', () => {
console.log(`🚀 Apartment API server running on port ${PORT}`);
console.log(`📊 Server listening on 0.0.0.0:${PORT} (accessible from Docker networks)`);
console.log(`📊 Available endpoints:`);
console.log(` GET /health - Health check`);
console.log(` GET /api/daily-summary - Daily apartment summary`);