summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ogRest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ogRest.py b/src/ogRest.py
index d9d6f4a..86ff68f 100644
--- a/src/ogRest.py
+++ b/src/ogRest.py
@@ -290,6 +290,8 @@ class ogRest():
if ("GET" in method):
if "hardware" in URI:
self.process_hardware(client)
+ elif ("software" in URI):
+ self.process_software(client, request)
elif ("run/schedule" in URI):
self.process_schedule(client)
elif "refresh" in URI:
@@ -312,8 +314,6 @@ class ogRest():
self.process_shellrun(client, request)
elif ("session" in URI):
self.process_session(client, request)
- elif ("software" in URI):
- self.process_software(client, request)
elif ("setup" in URI):
self.process_setup(client, request)
elif ("image/restore" in URI):