Tidied and improved JSON representations
This commit is contained in:
parent
d79fd55301
commit
0907d013cd
6 changed files with 10 additions and 19 deletions
|
|
@ -34,6 +34,7 @@ class AutofocusAPI(MicroscopeViewPlugin):
|
|||
else:
|
||||
abort(503, 'No stage connected. Unable to autofocus.')
|
||||
|
||||
|
||||
class FastAutofocusAPI(MicroscopeViewPlugin):
|
||||
def post(self):
|
||||
payload = JsonResponse(request)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue