Loading openflexure_microscope/api/v2/blueprints/actions/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from openflexure_microscope.api.views import MicroscopeView from . import camera, stage, system # TODO: Could allowed methods be calculated automatically by looking at what methods exist? _actions = { "capture": { "rule": "/camera/capture/", Loading Loading
openflexure_microscope/api/v2/blueprints/actions/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from openflexure_microscope.api.views import MicroscopeView from . import camera, stage, system # TODO: Could allowed methods be calculated automatically by looking at what methods exist? _actions = { "capture": { "rule": "/camera/capture/", Loading