checkin, with customer model
This commit is contained in:
6
server/boot/authentication.js
Normal file
6
server/boot/authentication.js
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function enableAuthentication(server) {
|
||||
// enable authentication
|
||||
server.enableAuth();
|
||||
};
|
||||
Reference in New Issue
Block a user