Changed stage type URL to /instrument/stage/type for consistency

This commit is contained in:
Joel Collins 2020-10-13 13:34:29 +00:00
parent abfbf6ae20
commit ba9c77d5c3

View file

@ -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