mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
FX
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user