remove debug in router
Some checks failed
Deploy Amap / deploy (push) Failing after 11s

This commit is contained in:
Julien Aldon
2026-03-03 11:37:40 +01:00
parent c6d75831c9
commit 20eba7f183

View File

@@ -158,7 +158,7 @@ async def create_contract(
except Exception as error: except Exception as error:
raise HTTPException( raise HTTPException(
status_code=400, status_code=400,
detail=str(error) detail=messages.pdferror
) from error ) from error
return StreamingResponse( return StreamingResponse(
pdf_file, pdf_file,