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

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Sep 12, 2019
1 parent 30768b0 commit b544705
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 @@ -26,7 +26,7 @@ module.exports = [
method: '*',
path: '/webui',
handler (request, h) {
return h.redirect('/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP')
return h.redirect('/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs')
}
}
]

1 comment on commit b544705

@hacdias
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a misclick on 'Enter' while writing the commit message. I'm sorry for this 😞 @alanshaw

Please sign in to comment.