Commit 1d1b501c authored by Joel Collins's avatar Joel Collins
Browse files

Zoom POST now returns camera state, rather than whole microscope state

parent 0c5af968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class ZoomAPI(MicroscopeView):

        self.microscope.camera.set_zoom(zoom_value)

        return jsonify(self.microscope.state)
        return jsonify(self.microscope.camera.state)


class OverlayAPI(MicroscopeView):