This commit is contained in:
2026-02-12 00:40:05 +01:00
parent 6e3f5a4eff
commit e618ec5347
8 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ server.use('/api', router);
// Avvio del server
const host = '0.0.0.0';
const port = 3000;
const port = 5000;
server.listen(port, host, () => {
console.log(`\nJSON Server is running:`);