Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Mar 29, 2023
1 parent e2fa0dc commit 761e0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patent2Net/app/dex.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def get_directory_request_data_all(directory):
:rtype: dict
"""
request_directory = normalize_request_directory(directory)
return request_directory["data"]
return jsonify(request_directory["data"])

def delete_directory_request_data(directory, key):
"""Delete the data
Expand Down

0 comments on commit 761e0c8

Please sign in to comment.