add new line at end of file for production v1

This commit is contained in:
gbrochar 2020-11-22 15:56:23 +01:00
parent 2e90822b5b
commit 797f6f4cb3
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ app.get('/', (_req, res) => {
res.render('index');
});
app.listen(3001);
app.listen(3001);