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

Commit b2158bc

Browse files
olizillaAlan Shaw
authored andcommitted
feat: Web UI updated to v2.2.0 (#1711)
Now with quic support, responsive navbar, and a language selector License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
1 parent b32b928 commit b2158bc

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/QmNs2xy5LaECKB7sXMBBap8vN9qP6KqAba8udQqN9ZyogV')
23+
return reply().redirect().location('/ipfs/QmPwKAKiPaTXYzqPSctCGnZoNyAjT3gn7AgXcT8TTDofw9')
2424
}
2525
}
2626
])

0 commit comments

Comments
 (0)