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

Commit 39ef553

Browse files
hacdiasAlan Shaw
authored and
Alan Shaw
committed
feat: web ui 2.5.1 (#2434)
1 parent 5b5b1d6 commit 39ef553

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

0 commit comments

Comments
 (0)