Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell authored Feb 7, 2019
1 parent 54d37bd commit 0fceb2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const app = express();
const router = express.Router();

const path = __dirname + '/views/';

const port = 8080;

router.use(function (req,res,next) {
Expand Down

0 comments on commit 0fceb2c

Please sign in to comment.