bmcweb: srcrev bump 02e01b5108..28f4b387a0

Ed Tanous (2):
      Remove number support from the router
      Remove nameStr from router

Change-Id: I54677faa24f3f645482958ec385928d3849f26db
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 7de3a5b..34ec93a 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "02e01b5108d46720a0b438c0d79952464320d954"
+SRCREV = "28f4b387a0f448f0be1b746a85fc58458ece8db3"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"