summaryrefslogtreecommitdiff
path: root/redfish-core/include
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-06-07 23:30:46 +0300
committerEd Tanous <ed@tanous.net>2023-06-21 22:31:32 +0300
commit100afe56dc38deff4d9bbefb9b88b467c2a9ff95 (patch)
treef9d8373795fc685f20f0eac332f8daf7584f767f /redfish-core/include
parentc1e219d5ca712e6179c2c0b2d1bab7fc026019aa (diff)
downloadbmcweb-100afe56dc38deff4d9bbefb9b88b467c2a9ff95.tar.xz
Move all ComputerSystem routes to bottom
Similar to what we've done elsewhere, consolidate all the BMCWEB_ROUTE calls on the bottom of the file. This is a consolidation such that you no longer have to hunt for all the entry points into these handlers. Tested: Code compiles Change-Id: I9f2a2c6772445048e9ade2bf9e95330d73bedb05 Signed-off-by: Ed Tanous <edtanous@google.com>
Diffstat (limited to 'redfish-core/include')
-rw-r--r--redfish-core/include/redfish.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/redfish-core/include/redfish.hpp b/redfish-core/include/redfish.hpp
index 5a51dc0333..e97a83286f 100644
--- a/redfish-core/include/redfish.hpp
+++ b/redfish-core/include/redfish.hpp
@@ -179,10 +179,8 @@ class RedfishService
requestRoutesMemoryCollection(app);
requestRoutesMemory(app);
- requestRoutesSystemsCollection(app);
requestRoutesSystems(app);
- requestRoutesSystemActionsReset(app);
- requestRoutesSystemResetActionInfo(app);
+
requestRoutesBiosService(app);
requestRoutesBiosReset(app);