From ba9c77d5c3b9e3fd2f810981e227a6b57f1488fc Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Tue, 13 Oct 2020 13:34:29 +0000 Subject: [PATCH] Changed stage type URL to /instrument/stage/type for consistency --- openflexure_microscope/api/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/api/app.py b/openflexure_microscope/api/app.py index 5861804f..73876ce6 100644 --- a/openflexure_microscope/api/app.py +++ b/openflexure_microscope/api/app.py @@ -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