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

Commit bff402c

Browse files
hacdiasachingbrain
authored andcommitted
feat: web ui 2.5.4 (#2478)
1 parent 160f194 commit bff402c

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
@@ -26,7 +26,7 @@ module.exports = [
2626
method: '*',
2727
path: '/webui',
2828
handler (request, h) {
29-
return h.redirect('/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP')
29+
return h.redirect('/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE')
3030
}
3131
}
3232
]

0 commit comments

Comments
 (0)