mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [titles] add api to get all titles
This commit is contained in:
parent
e83323c672
commit
05c8100b8b
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ def v1_ping():
|
|||
@restApi.route("api/v1/titles/download", methods=['GET'])
|
||||
@token_required('read_only')
|
||||
def objects_titles_downloads():
|
||||
return jsonify(Titles.Titles().get_contents_ids())
|
||||
return Response(Titles.Titles().get_contents_ids(), mimetype='application/json'), 200
|
||||
|
||||
|
||||
# ========= REGISTRATION =========
|
||||
|
|
Loading…
Reference in a new issue