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:
commit
bcd6f426cc
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ def enabled_root_actions():
|
||||||
return {k: v for k, v in _actions.items() if v["conditions"]}
|
return {k: v for k, v in _actions.items() if v["conditions"]}
|
||||||
|
|
||||||
|
|
||||||
@Tag("actions")
|
#@Tag("actions")
|
||||||
class ActionsView(View):
|
class ActionsView(View):
|
||||||
def get(self):
|
def get(self):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue