Browse Source
Merge branch 'master' into ui-index-1
pull/144/head
Davide Bragagnolo
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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); |
|
|
|
}); |