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

Commit

Permalink
chore: update to Web UI 2.4.4 (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdiogo authored and Alan Shaw committed Mar 20, 2019
1 parent a033e8b commit 6692d9c
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/QmRvPGBVDBEUvrXrinMKgh8Vu8mVBbTZk3C1jJGfgWchSP')
return h.redirect('/ipfs/QmfQkD8pBSBCBxWEwFSu4XaDVSWK6bjnNuaWZjMyQbyDub')
}
}
]

0 comments on commit 6692d9c

Please sign in to comment.