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

Commit a1a9fe3

Browse files
hacdiasAlan Shaw
authored and
Alan Shaw
committed
feat: update Web UI to v2.4.6 (#2147)
1 parent 5044a30 commit a1a9fe3

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
@@ -17,7 +17,7 @@ module.exports = [
1717
method: '*',
1818
path: '/webui',
1919
handler (request, h) {
20-
return h.redirect('/ipfs/QmUa2QBGU5sGcVpAHfw5BrgaMQeHHfiSM6xJtibZMnuHDa')
20+
return h.redirect('/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW')
2121
}
2222
}
2323
]

0 commit comments

Comments
 (0)