ajout de frontend fonctionnel :)

This commit is contained in:
2026-01-09 14:20:34 +01:00
parent 3d514783af
commit 883327cee8
4 changed files with 33 additions and 19 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ async function startServer()
await createTables();
app.get('/', (req, res) => res.send('Backend running'));
app.get('/api/', (req, res) => res.send('Backend running'));
app.listen(3001, () =>
{