Commit ab2834cf by xinnian.yang

修复连接错误

1 parent a5e9bd7a
Showing with 1 additions and 1 deletions
...@@ -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}`,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!