From a4122c92284f07e5dc28733a4fc9178ba9b53c43 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 3 Apr 2019 05:28:33 -0700 Subject: [PATCH] fix(webui): syntax License: MIT Signed-off-by: Steven Allen This commit was moved from ipfs/kubo@c083e8fcc17c1cf579d1bae2525bf93ab646a824 --- gateway/core/corehttp/webui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/core/corehttp/webui.go b/gateway/core/corehttp/webui.go index 15aaade45..0df21d5f5 100644 --- a/gateway/core/corehttp/webui.go +++ b/gateway/core/corehttp/webui.go @@ -6,7 +6,7 @@ const WebUIPath = "/ipfs/QmfQkD8pBSBCBxWEwFSu4XaDVSWK6bjnNuaWZjMyQbyDub" // this is a list of all past webUI paths. var WebUIPaths = []string{ WebUIPath, - "/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ" + "/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ", "/ipfs/QmenEBWcAk3tN94fSKpKFtUMwty1qNwSYw3DMDFV6cPBXA", "/ipfs/QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e", "/ipfs/QmSDgpiHco5yXdyVTfhKxr3aiJ82ynz8V14QcGKicM3rVh",