systeme de point
This commit is contained in:
parent
0062934300
commit
0860ceaab6
1 changed files with 0 additions and 1 deletions
1
main.js
1
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);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue