update index
This commit is contained in:
parent
50680a0ef4
commit
1022a399ee
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -25,6 +25,7 @@ var LDAP = new LdapAuth({
|
|||
LDAP.on('error', function (err) {
|
||||
console.error('LdapAuth: ', err);
|
||||
});
|
||||
ldapConf = null;
|
||||
|
||||
fastify.addContentTypeParser('application/json', {
|
||||
parseAs: 'string'
|
||||
|
|
Loading…
Reference in a new issue