Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
balhar-jakub committed Mar 7, 2019
1 parent 71ebd96 commit 4a8ff1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ function initServer(err) {
if(request.session && !request.session.confMap) {
request.session.confMap = {};
}

next();
});

// Allow CORS on the node level.
Expand Down

0 comments on commit 4a8ff1e

Please sign in to comment.