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.11.4 (#3317)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Oct 15, 2020
1 parent 3218067 commit 7f32f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipfs-http-server/src/api/routes/webui.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { gateway } = require('ipfs-http-gateway/src/resources')
const log = debug('ipfs:webui:info')
log.error = debug('ipfs:webui:error')

const webuiCid = 'bafybeigkbbjnltbd4ewfj7elajsbnjwinyk6tiilczkqsibf3o7dcr6nn4' // v2.9.0
const webuiCid = 'bafybeif4zkmu7qdhkpf3pnhwxipylqleof7rl6ojbe7mq3fzogz6m4xk3i' // v2.11.4

module.exports = [
{
Expand Down

0 comments on commit 7f32f7f

Please sign in to comment.