Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell authored Jan 25, 2019
1 parent 0192f68 commit 8df9db9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
var express = require("express");
var app = express();
var router = express.Router();
const express = require("express");
const app = express();
const router = express.Router();

var path = __dirname + '/views/';
const path = __dirname + '/views/';

// Constants
const PORT = 8080;
const HOST = '0.0.0.0';

Expand Down

0 comments on commit 8df9db9

Please sign in to comment.