diff --git a/openflexure_microscope/api/v2/blueprints/root.py b/openflexure_microscope/api/v2/blueprints/root.py index bdaf348b..6790283e 100644 --- a/openflexure_microscope/api/v2/blueprints/root.py +++ b/openflexure_microscope/api/v2/blueprints/root.py @@ -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():