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

Commit d8cfbd9

Browse files
author
Alan Shaw
authored
chore: update webui CID (#1653)
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent b229572 commit d8cfbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/api/routes/webui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = (server) => {
2020
method: '*',
2121
path: '/webui',
2222
handler: (request, reply) => {
23-
return reply().redirect().location('/ipfs/QmcXvo6op67G5uC9p1wWoeRY92cPxb5bDxWF8DzYhoYhHY')
23+
return reply().redirect().location('/ipfs/QmSDgpiHco5yXdyVTfhKxr3aiJ82ynz8V14QcGKicM3rVh')
2424
}
2525
}
2626
])

0 commit comments

Comments
 (0)