From 1ad64fee0483aaad7f472a60af84b17241131af0 Mon Sep 17 00:00:00 2001 From: katjuell <43454804+katjuell@users.noreply.github.com> Date: Wed, 6 Feb 2019 13:23:41 -0500 Subject: [PATCH] Update app.js --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 4fefae5..1a85793 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,6 @@ const app = express(); const router = express.Router(); const path = __dirname + '/views/'; - const port = 8080; router.use(function (req,res,next) {