mirror of
https://github.com/distribution/distribution.git
synced 2025-07-02 18:22:58 +00:00
remove catalog handler
This commit is contained in:
parent
3294f814e9
commit
4edb60cb16
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user