Skip to content

Commit

Permalink
Register missing redirects [static]
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Dec 28, 2018
1 parent 27da1aa commit a1b0d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ module.exports = class Server {

this.registerErrorHandlers()
this.registerServices()
this.registerRedirects()

await new Promise(resolve => camp.on('listening', () => resolve()))
}
Expand Down

0 comments on commit a1b0d48

Please sign in to comment.