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);