Skip to content

Commit

Permalink
Port update
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciZ committed Jul 16, 2015
1 parent 61df997 commit a7d5f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ exports.startServer = function(cb){
if(search !== -1){
//res.send('You have a mac, you are not welcome');
}

next();

});

server = app.listen(3000, function(){
server = app.listen(3426, function(){

console.log('Server started');
cb();
Expand Down

0 comments on commit a7d5f0d

Please sign in to comment.