This commit is contained in:
2025-08-23 17:44:08 +02:00
parent 640f8bd824
commit 8750430cde
4 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def upload_to_drive(local_path: Path, filename: str) -> Optional[Dict[str, Any]]
@bp.get("/health")
def health():
return jsonify(ok=True)
return jsonify(ok=True, info="Okidokie")
@bp.post("/upload")
def upload():