From 9853a797b6d326c48c33c1827dcc940cc5e2461e Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 11 Nov 2019 09:50:20 +0000 Subject: [PATCH] Updated docstring groups --- openflexure_microscope/api/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openflexure_microscope/api/app.py b/openflexure_microscope/api/app.py index 129e4383..900f0a85 100644 --- a/openflexure_microscope/api/app.py +++ b/openflexure_microscope/api/app.py @@ -142,7 +142,7 @@ def routes(): """ List of all connected API routes - .. :quickref: System; Routes + .. :quickref: Global; Routes :>header Accept: application/json :>header Content-Type: application/json @@ -156,7 +156,7 @@ def err_log(): """ Most recent 1mb of log output - .. :quickref: System; Log + .. :quickref: Global; Log :>header Accept: application/json :>header Content-Type: application/json