From 692b0d5f8756a0aea2e36a13950650f72690c2da Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 2 Sep 2017 00:05:10 -0600 Subject: [PATCH] message --- Server/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/app.js b/Server/src/app.js index cd3531d..8602ef9 100644 --- a/Server/src/app.js +++ b/Server/src/app.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); var path = require('path'); -app.use(express.static('../www')); +app.use(express.static('www')); app.get('/*', function (req, res) { console.log(req.originalUrl);