bmcweb: srcrev bump e1bf8bb6a8..818db200c0

Ed Tanous (2):
      Generate OpenBMC registry
      Fix unessesary URL read

Change-Id: Ic51e41cd6ea333d386a159372d49a9f9aaa754eb
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 30c1918..428e4c6 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "e1bf8bb6a843a2a53d74d74f410b5fe053c2d222"
+SRCREV = "818db200c0e651896d5dddd081d56b180a4b9314"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"