Added tags to capture metadata

This commit is contained in:
Joel Collins 2019-01-22 11:35:35 +00:00
parent 4e985fe80d
commit 7a72b45b29
2 changed files with 14 additions and 2 deletions

View file

@ -186,7 +186,6 @@ class CaptureAPI(MicroscopeView):
# Get capture state
capture_metadata = capture_obj.state
# TODO: Tidy up adding URI to state
# Add API routes to returned state
uri_dict = {
'uri': {'state': '{}'.format(url_for('.capture', capture_id=capture_obj.id))}