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

Commit

Permalink
feat: update to Web UI v2.3.2 (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdiogo authored and Alan Shaw committed Jan 14, 2019
1 parent f7ece99 commit 8ca6471
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 @@ -20,7 +20,7 @@ module.exports = (server) => {
method: '*',
path: '/webui',
handler: (request, reply) => {
return reply().redirect().location('/ipfs/QmZLzKRqjuhERwjL7X72HMpwdw7r1o5MnSWcVSZxYfXcDH')
return reply().redirect().location('/ipfs/QmenEBWcAk3tN94fSKpKFtUMwty1qNwSYw3DMDFV6cPBXA')
}
}
])
Expand Down

0 comments on commit 8ca6471

Please sign in to comment.