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

Commit

Permalink
feat: update Web UI to v2.4.6 (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored and Alan Shaw committed Jun 27, 2019
1 parent 5044a30 commit a1a9fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/api/routes/webui.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = [
method: '*',
path: '/webui',
handler (request, h) {
return h.redirect('/ipfs/QmUa2QBGU5sGcVpAHfw5BrgaMQeHHfiSM6xJtibZMnuHDa')
return h.redirect('/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW')
}
}
]

0 comments on commit a1a9fe3

Please sign in to comment.