Removed plugins from old v2 route
This commit is contained in:
parent
74f1d55bb2
commit
d52453849c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from openflexure_microscope.api.v2.blueprints import (
|
|||
)
|
||||
|
||||
# List of submodules containing create_blueprint methods using standard blueprint_for_module naming
|
||||
_root_blueprint_modules = [settings, status, plugins, captures, actions, streams]
|
||||
_root_blueprint_modules = [settings, status, captures, actions, streams]
|
||||
|
||||
|
||||
def root_representation():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue