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