From 8b89972fc122bf37e3ab7c17103ee731ec95d8a8 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 10 Jun 2025 18:54:35 +0200 Subject: [PATCH] change port --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c944aed..bf9a4a5 100644 --- a/index.js +++ b/index.js @@ -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());