From 100afe56dc38deff4d9bbefb9b88b467c2a9ff95 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 7 Jun 2023 13:30:46 -0700 Subject: 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 --- redfish-core/include/redfish.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'redfish-core/include') 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); -- cgit v1.2.3