Moved setting and getting stage config into root microscope config
This commit is contained in:
parent
55c3014d26
commit
9c488279d2
3 changed files with 19 additions and 76 deletions
|
|
@ -176,6 +176,7 @@ class ConfigAPI(MicroscopeView):
|
|||
|
||||
return jsonify(self.microscope.config)
|
||||
|
||||
|
||||
def construct_blueprint(microscope_obj):
|
||||
|
||||
blueprint = Blueprint('base_blueprint', __name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue