|
@ -61,7 +61,7 @@ def get_app( |
|
|
logging.error(f"Error getting request body: {e}") |
|
|
logging.error(f"Error getting request body: {e}") |
|
|
raise HTTPException( |
|
|
raise HTTPException( |
|
|
status_code=400, detail="There was an error parsing the body" |
|
|
status_code=400, detail="There was an error parsing the body" |
|
|
) |
|
|
) from e |
|
|
values, errors, background_tasks = await solve_dependencies( |
|
|
values, errors, background_tasks = await solve_dependencies( |
|
|
request=request, dependant=dependant, body=body |
|
|
request=request, dependant=dependant, body=body |
|
|
) |
|
|
) |
|
|