Corrected mistake

This commit is contained in:
Thomas FORGIONE 2015-05-06 16:52:27 +02:00
parent b0e9d6b7ec
commit dd1b926aa0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
if ( app.get('env') === 'development' ) {
server_port = 4000;