Changed stage type URL to /instrument/stage/type for consistency
This commit is contained in:
parent
abfbf6ae20
commit
ba9c77d5c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue