mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 18:20:37 +01:00
commit
4b05c9eaf1
@ -379,7 +379,7 @@ func AdmiralEndpoint() string {
|
||||
return ""
|
||||
}
|
||||
if e, ok := cfg[common.AdmiralEndpoint].(string); !ok || e == "NA" {
|
||||
cfg[common.AdmiralEndpoint] = ""
|
||||
return ""
|
||||
}
|
||||
return cfg[common.AdmiralEndpoint].(string)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user