master
bel 2025-06-19 17:03:01 -06:00
parent 8d018aa236
commit 9791f80b28
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ func (s *Server) List(w http.ResponseWriter) {
hostURL := map[string]string{}
for _, key := range keys {
u, _ := s.lookup(key)
if u != nil {
if u != nil && strings.TrimSuffix(key, "//auth") == key {
hostURL[key] = u.String()
}
}