openflexure-microscope-server/openflexure_microscope/api/v2/views/actions
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
..
__init__.py The "actions" endpoint shouldn't be tagged 2020-04-23 08:09:21 +01:00
camera.py Moved status routes to instrument/state 2020-01-29 17:43:52 +00:00
stage.py Moved status routes to instrument/state 2020-01-29 17:43:52 +00:00
system.py Show output when shutting down 2020-02-11 17:31:56 +00:00