diff --git a/server.js b/server.js index ef986bd..1518bf3 100644 --- a/server.js +++ b/server.js @@ -9,4 +9,3 @@ app.use('/', express.static(__dirname + '/build')); const server = app.listen(process.env.PORT || 3000, function () { console.log('Server started at http://localhost:%s', server.address().port); -}); \ No newline at end of file