This commit is contained in:
architect.in.git
2025-03-22 08:05:20 -06:00
parent b03da17648
commit 75090c6338

View File

@@ -17,7 +17,7 @@ def handle_download():
if not url: if not url:
return Response( return Response(
json.dumps({"error": "Missing required parameter: url"}), json.dumps({"error": "Missing required parameter: url"}),
status=400, status=400,
mimetype='application/json' mimetype='application/json'
) )