mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-11 10:27:58 +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