add new line at end of file for production v1
This commit is contained in:
parent
2e90822b5b
commit
797f6f4cb3
|
@ -12,4 +12,4 @@ app.get('/', (_req, res) => {
|
|||
res.render('index');
|
||||
});
|
||||
|
||||
app.listen(3001);
|
||||
app.listen(3001);
|
||||
|
|
Loading…
Reference in New Issue