Commit ba9c77d5 authored by Joel Collins's avatar Joel Collins
Browse files

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

parent abfbf6ae
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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