change port

This commit is contained in:
florian 2025-06-10 18:54:35 +02:00
parent a475d4f71c
commit 8b89972fc1

View File

@ -31,7 +31,7 @@ initializeDatabase().catch(err => {
});
const app = express();
const port = 3000;
const port = 3001;
app.use(express.static('public'));
app.use(express.json());