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>
diff --git a/redfish-core/include/redfish.hpp b/redfish-core/include/redfish.hpp
index 5a51dc0..e97a832 100644
--- a/redfish-core/include/redfish.hpp
+++ b/redfish-core/include/redfish.hpp
@@ -179,10 +179,8 @@
         requestRoutesMemoryCollection(app);
         requestRoutesMemory(app);
 
-        requestRoutesSystemsCollection(app);
         requestRoutesSystems(app);
-        requestRoutesSystemActionsReset(app);
-        requestRoutesSystemResetActionInfo(app);
+
         requestRoutesBiosService(app);
         requestRoutesBiosReset(app);