diff --git a/api/api.go b/api/api.go index 368547e9..745f4a74 100644 --- a/api/api.go +++ b/api/api.go @@ -64,7 +64,7 @@ type Service struct { // The endpoint for this service Endpoint *Endpoint // Versions of this service - Services []*registry.Service + Versions []*registry.Service } func strip(s string) string {