fixed small errors

pull/51/head
s8613 2025-06-03 22:11:15 +02:00
parent 86b74ff844
commit f3bee2b62b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: