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

Commit 1c70de2

Browse files
fsdiogoAlan Shaw
authored and
Alan Shaw
committed
chore: update to Web UI v2.3.3 (#1822)
1 parent 4214ac0 commit 1c70de2

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/QmenEBWcAk3tN94fSKpKFtUMwty1qNwSYw3DMDFV6cPBXA')
23+
return reply().redirect().location('/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ')
2424
}
2525
}
2626
])

0 commit comments

Comments
 (0)