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 6, 2019
1 parent 2fad5b6 commit 802642b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
<<<<<<< HEAD
const express = require('express');
=======
const express = require('express');
>>>>>>> upstream/master
const app = express();
const router = express.Router();

const path = __dirname + '/views/';

<<<<<<< HEAD
const port = 8080;
=======
const port = 8080;
>>>>>>> upstream/master

router.use(function (req,res,next) {
console.log('/' + req.method);
Expand Down

0 comments on commit 802642b

Please sign in to comment.