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

Commit 60eedb2

Browse files
authoredOct 8, 2019
feat: always have the latest
1 parent 3570ccc commit 60eedb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/http/api/routes/webui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = [
2626
method: '*',
2727
path: '/webui',
2828
handler (request, h) {
29-
return h.redirect('/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk')
29+
return h.redirect('/ipns/webui.ipfs.io')
3030
}
3131
}
3232
]

0 commit comments

Comments
 (0)