test
This commit is contained in:
@@ -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'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user