shhhh
parent
8d018aa236
commit
9791f80b28
|
|
@ -214,7 +214,7 @@ func (s *Server) List(w http.ResponseWriter) {
|
||||||
hostURL := map[string]string{}
|
hostURL := map[string]string{}
|
||||||
for _, key := range keys {
|
for _, key := range keys {
|
||||||
u, _ := s.lookup(key)
|
u, _ := s.lookup(key)
|
||||||
if u != nil {
|
if u != nil && strings.TrimSuffix(key, "//auth") == key {
|
||||||
hostURL[key] = u.String()
|
hostURL[key] = u.String()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue