From 538c1158de77bba5ed6d2633cd138ae1a6090b12 Mon Sep 17 00:00:00 2001 From: Linus Miller Date: Thu, 6 Aug 2015 12:59:07 +0200 Subject: [PATCH] New port and removed extraneous ; --- app.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index 6e4b07f..9247cc3 100644 --- a/app.js +++ b/app.js @@ -11,7 +11,6 @@ fs.readFile('./index.dust', function(error, data){ var modern = ''; - app.use(function(request, response){ parser.setUA(request.get('user-agent')); dust.render('index', {ua: JSON.stringify(parser.getResult(), null, 2)}, function(error, out){ @@ -21,6 +20,6 @@ app.use(function(request, response){ }); -app.listen(3000, function(){ - console.log("App listening on port 3000."); -});; \ No newline at end of file +app.listen(3993, function(){ + console.log("App listening on port 3993."); +});