Added priority to traefik tag
All checks were successful
Deploy Apartment API / deploy (push) Successful in 9m44s
All checks were successful
Deploy Apartment API / deploy (push) Successful in 9m44s
This commit is contained in:
@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user