Formatting
This commit is contained in:
parent
a393654cd5
commit
b83ac2be62
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
var server = require('./app');
|
var server = require('./app');
|
||||||
var port = process.env.PORT || 3000;
|
var port = process.env.PORT || 3000;
|
||||||
|
|
||||||
server.start(port, function(loc){
|
server.start(port, function(loc) {
|
||||||
console.log('Listening at: ' + loc);
|
console.log('Listening at: ' + loc);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue