diff --git a/web/app.js b/web/app.js index cbdadb3..3dc80ef 100644 --- a/web/app.js +++ b/web/app.js @@ -45,7 +45,7 @@ app.get('/setMode/:mode', function(req, res) }); }); -app.use(express.static('static')); +app.use(express.static(__dirname + '/static'));