This commit is contained in:
bel
2025-06-19 17:03:01 -06:00
parent 8d018aa236
commit 9791f80b28

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()
}
}