Browse Source

missing bracket in server.js

pull/144/head
Mohammed Tantawy 7 years ago
parent
commit
c135e2fdb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      server.js

+ 1
- 1
server.js View File

@ -9,4 +9,4 @@ 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);
}
});

Loading…
Cancel
Save