shhhh
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user