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

Commit 55c4446

Browse files
authored
revert: e
This reverts commit b544705.
1 parent 4f398fc commit 55c4446

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/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs')
29+
return h.redirect('/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP')
3030
}
3131
}
3232
]

0 commit comments

Comments
 (0)