feature/04-workout-modification #2

Merged
sphinxen merged 14 commits from feature/04-workout-modification into main 2026-03-02 09:25:33 +01:00
Showing only changes of commit 994f406050 - Show all commits
+1 -1
View File
@@ -394,7 +394,7 @@ app.get('/api/today/:programId', async (req, res) => {
} }
}); });
app.listen(PORT, () => { app.listen(PORT, '0.0.0.0', () => {
console.log(`Gravl API running on port ${PORT}`); console.log(`Gravl API running on port ${PORT}`);
}); });