openflexure-microscope-server/openflexure_microscope/api/v2
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
..
views The "actions" endpoint shouldn't be tagged 2020-04-23 08:09:21 +01:00
__init__.py Moved task routes into base labthing 2019-12-18 14:56:45 +00:00