新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit faa431a0 authored by weiezzhang's avatar weiezzhang

add log

No related merge requests found
......@@ -70,7 +70,7 @@ minio:
bucketName: "result"
# mira-network-manager配置
mira-network-manager-url: "http://mira-network-manager:8090"
mira-network-manager-url: "http://192.168.40.243:31010"
# mira-job-service配置
mira-job-service-url: "http://mira-job-service:5005"
\ No newline at end of file
mira-job-service-url: "http://192.168.40.243:31009"
\ No newline at end of file
......@@ -377,7 +377,7 @@ func updatePort(url string, port *types.Port) error {
code, ok := m["code"]
if !ok {
return errors.New("invalid code")
return errors.New("code not found")
}
if cast.ToInt(code) != 200 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment