Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit f7ece99

Browse files
olizillaAlan Shaw
authored and
Alan Shaw
committed
chore: update webui to v2.3.1 (#1802)
Updates ipfs-geoip to make geolocating peers work again. License: MIT Signed-off-by: Oli Evans <[email protected]>
1 parent 7bcc496 commit f7ece99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/api/routes/webui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = (server) => {
2020
method: '*',
2121
path: '/webui',
2222
handler: (request, reply) => {
23-
return reply().redirect().location('/ipfs/QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e')
23+
return reply().redirect().location('/ipfs/QmZLzKRqjuhERwjL7X72HMpwdw7r1o5MnSWcVSZxYfXcDH')
2424
}
2525
}
2626
])

0 commit comments

Comments
 (0)