Skip to content

Commit

Permalink
Hotfix for default port
Browse files Browse the repository at this point in the history
  • Loading branch information
istemi-bahceci committed Dec 14, 2016
1 parent f165292 commit efcfe34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ app.use('/node_modules/bootstrap-select', express.static(__dirname + '/node_modu

var multerInstance = multer({dest:'./uploads/'});

var APP_PORT = 3000;
//var APP_PORT = 80;
//var APP_PORT = 3000;
var APP_PORT = 80;

//get handler for index.html
function indexGetHandler(req,res){
Expand Down

0 comments on commit efcfe34

Please sign in to comment.