ajout de frontend fonctionnel :)
This commit is contained in:
@@ -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, () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user