option to enable body parsing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-26 09:08:45 +01:00
parent cc8762e4ec
commit ec08f8f04e
5 changed files with 25 additions and 14 deletions

View File

@ -129,7 +129,8 @@ describe ('auth handler', () => {
}
else { request.deny (); }
}
}
},
parse_body: true
});
server = http.createServer (async (