Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
configmap-kpl
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ab2834cf
authored
Dec 28, 2020
by
xinnian.yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复连接错误
1 parent
a5e9bd7a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
kpl/cfg-kpl-frontend.yaml
kpl/cfg-kpl-frontend.yaml
View file @
ab2834c
...
@@ -4,7 +4,7 @@ data:
...
@@ -4,7 +4,7 @@ data:
const host = window.location.origin
const host = window.location.origin
const productionHost = {
const productionHost = {
'baseUrl': `${host}/api/v1`,
'baseUrl': `${host}/api/v1`,
'rootUrl': `${host}`,
'rootUrl': `${host}
/api/v1
`,
'jupyterRootUrl': `${host}`,
'jupyterRootUrl': `${host}`,
'baseWebSocket': `${host}/api/v1`,
'baseWebSocket': `${host}/api/v1`,
'apiTestUrl': `${host}`,
'apiTestUrl': `${host}`,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment