feat(web): web version available again

This commit is contained in:
Alexey Kasyanchuk
2018-04-06 21:01:10 +03:00
parent 1fd0e5fa49
commit e25e8f05a4
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ const io = require('socket.io')(server);
server.listen(appConfig.httpPort);
console.log('Listening web server on', appConfig.httpPort, 'port')
app.use(express.static('web', {index: false}));
app.use(express.static('web'));
const socketMessages = {}