From 0fbbfc4f5ef07069b9f2015d954c9cbdbaf75488 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 11 Sep 2017 01:50:23 -0600 Subject: [PATCH] Update directory for static middleware in app.js --- 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 82031cb..5f886a3 100644 --- a/Server/src/app.js +++ b/Server/src/app.js @@ -33,7 +33,7 @@ app.get('/api/cim/:month/:day',function(req,res){ }); }); -app.use(express.static('../www')); +app.use(express.static('www')); app.get('/*', function (req, res) { console.log(__dirname);