Update the DBus path for hypervisor ethernet interface

Tested by:
    GET commands for resource Systems-hypervisor

Signed-off-by: Sunitha Harish <sunithaharish04@gmail.com>
Change-Id: I7f6185d78b4867246b70e6e4a232afb287d1d962
diff --git a/redfish-core/lib/systems.hpp b/redfish-core/lib/systems.hpp
index 170bf4d..c7501e6 100644
--- a/redfish-core/lib/systems.hpp
+++ b/redfish-core/lib/systems.hpp
@@ -1689,7 +1689,8 @@
                     {{"@odata.id", "/redfish/v1/Systems/hypervisor"}});
                 count = iface_array.size();
             },
-            "xyz.openbmc_project.Settings", "/xyz/openbmc_project/network/vmi",
+            "xyz.openbmc_project.Settings",
+            "/xyz/openbmc_project/network/hypervisor",
             "org.freedesktop.DBus.Properties", "Get",
             "xyz.openbmc_project.Network.SystemConfiguration", "HostName");
     }