fixed small errors
parent
86b74ff844
commit
f3bee2b62b
|
|
@ -16,7 +16,7 @@ def convert_extract_text_from_pdf():
|
|||
return {"error": "No file"}, 400
|
||||
|
||||
file = request.files["file"]
|
||||
pitchbook_id = request.form.get("pitchbook_id")
|
||||
pitchbook_id = request.form.get("id")
|
||||
|
||||
if not pitchbook_id:
|
||||
return {"error": "No ID"}, 400
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
coordinator:
|
||||
build:
|
||||
context: backend/coordinator
|
||||
dockerfile: ../../Dockerfile
|
||||
dockerfile: Dockerfile
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue