openflexure-microscope-server/openflexure_microscope
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
..
api The "actions" endpoint shouldn't be tagged 2020-04-23 08:09:21 +01:00
camera Explicitally use gevent for camera stream thread 2020-03-27 16:40:06 +00:00
devel Moved to a LabThings dependency for server 2020-01-17 15:13:32 +00:00
rescue Started basic rescue script 2020-03-03 16:13:21 +00:00
stage Removed excessive debug logging 2020-03-27 15:07:44 +00:00
__init__.py Started basic rescue script 2020-03-03 16:13:21 +00:00
config.py Reverted config initialisation behaviour 2020-02-19 10:41:31 +00:00
exceptions.py Moved to a LabThings dependency for server 2020-01-17 15:13:32 +00:00
microscope.py Added a kludgy extensions settings dictionary. 2020-03-12 16:43:18 +00:00
microscope_configuration.default.json Simplified new configuration and metadata 2020-01-29 15:36:57 +00:00
microscope_settings.default.json Added FoV back while we wait on CwL calibration extension 2020-01-30 14:49:03 +00:00
paths.py Create OpenFlexure var directories if they don't exist 2020-01-31 11:18:47 +00:00
utilities.py Handle memoryview in ndarray_to_json 2020-02-17 14:43:59 +00:00