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

Commit 7bcc496

Browse files
fsdiogoAlan Shaw
authored andcommitted
feat: update Web UI to v2.3.0 (#1786)
1 parent 740b51c commit 7bcc496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/api/routes/webui.js

Lines changed: 1 addition & 1 deletion
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/QmPwKAKiPaTXYzqPSctCGnZoNyAjT3gn7AgXcT8TTDofw9')
23+
return reply().redirect().location('/ipfs/QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e')
2424
}
2525
}
2626
])

0 commit comments

Comments
 (0)