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