diff --git a/Server/src/app.js b/Server/src/app.js index 8602ef9..a592e60 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);