Fixed broken delete argument (capture_id instead of id)
This commit is contained in:
parent
a2914d8cf4
commit
5dfc27ed03
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ class CaptureTags(View):
|
||||||
|
|
||||||
return jsonify(capture_obj.tags)
|
return jsonify(capture_obj.tags)
|
||||||
|
|
||||||
def delete(self, capture_id):
|
def delete(self, id):
|
||||||
"""
|
"""
|
||||||
Delete tags from a single image capture
|
Delete tags from a single image capture
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue