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

Commit

Permalink
feat: webui v2.9.0 (#3054)
Browse files Browse the repository at this point in the history
https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.9.0

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel authored Jun 10, 2020
1 parent 0f468d1 commit 5d9d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipfs/src/http/api/routes/webui.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { gateway } = require('../../gateway/resources')
const log = debug('ipfs:webui:info')
log.error = debug('ipfs:webui:error')

const webuiCid = 'bafybeidatpz2hli6fgu3zul5woi27ujesdf5o5a7bu622qj6ugharciwjq' // v2.7.5
const webuiCid = 'bafybeigkbbjnltbd4ewfj7elajsbnjwinyk6tiilczkqsibf3o7dcr6nn4' // v2.9.0

module.exports = [
{
Expand Down

0 comments on commit 5d9d331

Please sign in to comment.