From 21451b14b3e7f085eeab518cf38394cb93c87941 Mon Sep 17 00:00:00 2001 From: jtc42 Date: Tue, 19 Nov 2019 22:48:24 +0000 Subject: [PATCH] Todo note --- openflexure_microscope/api/v2/blueprints/actions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/api/v2/blueprints/actions/__init__.py b/openflexure_microscope/api/v2/blueprints/actions/__init__.py index 47b386d9..3d275734 100644 --- a/openflexure_microscope/api/v2/blueprints/actions/__init__.py +++ b/openflexure_microscope/api/v2/blueprints/actions/__init__.py @@ -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/",