Skip to content

Commit

Permalink
merged refactoredWaitingRoom
Browse files Browse the repository at this point in the history
  • Loading branch information
shakty committed Jun 22, 2016
2 parents 69cc08c + cfe7189 commit 034a60e
Show file tree
Hide file tree
Showing 7 changed files with 14,621 additions and 5,438 deletions.
6 changes: 6 additions & 0 deletions conf/http.js
Expand Up @@ -101,6 +101,12 @@ function configure(app, servernode) {
});
});

app.get(basepath + '/sounds/*', function(req, res) {
sendFromPublic('sounds', req, res, {
'Content-Type': 'sound/ogg'
});
});

app.get(basepath + '/stylesheets/*', function(req, res) {
sendFromPublic('stylesheets', req, res, {
'Content-Type': 'text/css',
Expand Down

0 comments on commit 034a60e

Please sign in to comment.