diff --git a/registry/handlers/app.go b/registry/handlers/app.go index 301fc9706..8c376029a 100644 --- a/registry/handlers/app.go +++ b/registry/handlers/app.go @@ -104,7 +104,7 @@ func NewApp(ctx context.Context, config *configuration.Configuration) *App { return http.HandlerFunc(apiBase) }) app.register(v2.RouteNameManifest, manifestDispatcher) - app.register(v2.RouteNameCatalog, catalogDispatcher) + //app.register(v2.RouteNameCatalog, catalogDispatcher) app.register(v2.RouteNameTags, tagsDispatcher) app.register(v2.RouteNameBlob, blobDispatcher) app.register(v2.RouteNameBlobUpload, blobUploadDispatcher)