option to enable body parsing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -129,7 +129,8 @@ describe ('auth handler', () => {
|
||||
}
|
||||
else { request.deny (); }
|
||||
}
|
||||
}
|
||||
},
|
||||
parse_body: true
|
||||
});
|
||||
|
||||
server = http.createServer (async (
|
||||
|
Reference in New Issue
Block a user