use app instead of server in boot directories
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
module.exports = function enableAuthentication(server) {
|
||||
module.exports = function enableAuthentication(app) {
|
||||
// enable authentication
|
||||
server.enableAuth();
|
||||
app.enableAuth();
|
||||
};
|
||||
|
Reference in New Issue
Block a user