From d52453849c0d881fa8e01eddecf061097f45a29d Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 18 Dec 2019 12:01:02 +0000 Subject: [PATCH] Removed plugins from old v2 route --- openflexure_microscope/api/v2/blueprints/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():