Blackened

This commit is contained in:
Joel Collins 2019-11-20 14:13:01 +00:00
parent 36f195d6e7
commit b430a2d34a
15 changed files with 72 additions and 54 deletions

View file

@ -21,6 +21,7 @@ class AutofocusAPI(MicroscopeViewPlugin):
"""
Run a standard autofocus
"""
def post(self):
payload = JsonResponse(request)
@ -42,6 +43,7 @@ class FastAutofocusAPI(MicroscopeViewPlugin):
"""
Run a fast autofocus
"""
def post(self):
payload = JsonResponse(request)