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

Commit 1f2a662

Browse files
committedDec 4, 2017
chore: fix linting
1 parent 8041b48 commit 1f2a662

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict'
2+
13
const resources = require('../../gateway/resources')
24

35
module.exports = (server) => {
@@ -18,7 +20,7 @@ module.exports = (server) => {
1820
method: '*',
1921
path: '/webui',
2022
handler: (request, reply) => {
21-
return reply().redirect().location('/ipfs/QmQLXHs7K98JNQdWrBB2cQLJahPhmupbDjRuH1b9ibmwVa');
23+
return reply().redirect().location('/ipfs/QmQLXHs7K98JNQdWrBB2cQLJahPhmupbDjRuH1b9ibmwVa')
2224
}
2325
}
2426
])

0 commit comments

Comments
 (0)
This repository has been archived.