fix(request) body parsing

This commit is contained in:
Benjamin Wegener
2024-03-18 16:27:30 +00:00
parent 2777f4763d
commit f303b67409
2 changed files with 7 additions and 5 deletions

View File

@@ -109,6 +109,7 @@ export default class Router {
}
try {
await reqContext.request.parseBody();
const retVal = await handle.callback(
reqContext.request,
reqContext.response