Corrected mistake
This commit is contained in:
parent
b0e9d6b7ec
commit
dd1b926aa0
|
@ -39,7 +39,7 @@ app.use(function(req, res) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// Set ports and ip adress
|
// Set ports and ip address
|
||||||
var server_port, server_ip_address;
|
var server_port, server_ip_address;
|
||||||
if ( app.get('env') === 'development' ) {
|
if ( app.get('env') === 'development' ) {
|
||||||
server_port = 4000;
|
server_port = 4000;
|
||||||
|
|
Loading…
Reference in New Issue