update index

This commit is contained in:
asyncnomi 2022-12-11 19:41:42 +01:00
parent 50680a0ef4
commit 1022a399ee

View file

@ -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'