Merge branch 'actions-aint-actions' into 'master'

The "actions" endpoint shouldn't be tagged

See merge request openflexure/openflexure-microscope-server!52
This commit is contained in:
Joel Collins 2020-04-23 08:42:48 +00:00
commit bcd6f426cc

View file

@ -58,7 +58,7 @@ def enabled_root_actions():
return {k: v for k, v in _actions.items() if v["conditions"]}
@Tag("actions")
#@Tag("actions")
class ActionsView(View):
def get(self):
"""