From 649ac074ad931c867b413afd669df28c8ce8cf20 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 17 Feb 2020 15:01:58 +0000 Subject: [PATCH] Close #125 --- openflexure_microscope/api/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openflexure_microscope/api/app.py b/openflexure_microscope/api/app.py index 2d15f673..86195503 100644 --- a/openflexure_microscope/api/app.py +++ b/openflexure_microscope/api/app.py @@ -115,6 +115,7 @@ labthing.add_view(views.SnapshotStream, f"/streams/snapshot") # Attach microscope action resources labthing.add_view(views.actions.ActionsView, "/actions") +labthing.add_root_link(views.actions.ActionsView, "actions") for name, action in views.enabled_root_actions().items(): view_class = action["view_class"] rule = action["rule"]