Loading openflexure_microscope/api/app.py +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ labthing.add_view( labthing.add_root_link(views.ConfigurationProperty, "instrumentConfiguration") # Attach stage resources labthing.add_view(views.StageTypeProperty, "/properties/stage/type") labthing.add_view(views.StageTypeProperty, "/instrument/stage/type") # Attach streams resources Loading Loading
openflexure_microscope/api/app.py +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ labthing.add_view( labthing.add_root_link(views.ConfigurationProperty, "instrumentConfiguration") # Attach stage resources labthing.add_view(views.StageTypeProperty, "/properties/stage/type") labthing.add_view(views.StageTypeProperty, "/instrument/stage/type") # Attach streams resources Loading