From 0860ceaab612b8d2dd6ef4576ff4170f22a62af0 Mon Sep 17 00:00:00 2001 From: clement callaert Date: Thu, 9 Nov 2023 19:00:03 +0100 Subject: [PATCH] systeme de point --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index f283c6e..ec6a5b6 100644 --- a/main.js +++ b/main.js @@ -32,7 +32,6 @@ app.use('/images', express.static(path.join(__dirname, 'images'))); app.use(function(error, req, res, next) { res.render('500'); }) - db.connectToDatabase().then(function () { app.listen(3000); });