Browse Source

Merge branch 'master' into ui-index-1

pull/144/head
Davide Bragagnolo 7 years ago
committed by GitHub
parent
commit
d5a4e2f3c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      server.js

+ 0
- 1
server.js View File

@ -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);
});

Loading…
Cancel
Save