Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
8c033f12
Unverified
Commit
8c033f12
authored
Sep 12, 2019
by
Steven Allen
Committed by
GitHub
Sep 12, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6638 from hacdias/patch-2
feat: webui 2.5.3
parents
7e7b7625
7c6ba8f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
core/corehttp/webui.go
core/corehttp/webui.go
+3
-1
No files found.
core/corehttp/webui.go
View file @
8c033f12
package
corehttp
// TODO: move to IPNS
const
WebUIPath
=
"/ipfs/Qm
VTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP
"
const
WebUIPath
=
"/ipfs/Qm
UtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs
"
// this is a list of all past webUI paths.
var
WebUIPaths
=
[]
string
{
...
...
@@ -25,6 +25,8 @@ var WebUIPaths = []string{
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ"
,
"/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW"
,
"/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz"
,
"/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP"
,
"/ipfs/QmYcP4sp1nraBiCYi6i9kqdaKobrK32yyMpTrM5JDA8a2C"
,
}
var
WebUIOption
=
RedirectOption
(
"webui"
,
WebUIPath
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment