openflexure-microscope-server/openflexure_microscope/api/v2/views
Richard Bowman 102264c4be The "actions" endpoint shouldn't be tagged
The actions endpoint (responds only to GET, lists the actions)
is not itself an action.
The ``@tag("actions")`` causes LabThings to try to include
it as an action, which fails.
Removing the tag makes the server run again -
but maybe I've broken something else here?
2020-04-23 08:09:21 +01:00
..
actions The "actions" endpoint shouldn't be tagged 2020-04-23 08:09:21 +01:00
__init__.py Moved status routes to instrument/state 2020-01-29 17:43:52 +00:00
captures.py Fixed broken delete argument (capture_id instead of id) 2020-03-17 17:14:29 +00:00
instrument.py Moved status routes to instrument/state 2020-01-29 17:43:52 +00:00
streams.py Added a note about concurrency 2020-03-15 16:30:34 +00:00