mirror of
https://github.com/distribution/distribution.git
synced 2025-07-04 02:57:22 +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)
|
return http.HandlerFunc(apiBase)
|
||||||
})
|
})
|
||||||
app.register(v2.RouteNameManifest, manifestDispatcher)
|
app.register(v2.RouteNameManifest, manifestDispatcher)
|
||||||
app.register(v2.RouteNameCatalog, catalogDispatcher)
|
//app.register(v2.RouteNameCatalog, catalogDispatcher)
|
||||||
app.register(v2.RouteNameTags, tagsDispatcher)
|
app.register(v2.RouteNameTags, tagsDispatcher)
|
||||||
app.register(v2.RouteNameBlob, blobDispatcher)
|
app.register(v2.RouteNameBlob, blobDispatcher)
|
||||||
app.register(v2.RouteNameBlobUpload, blobUploadDispatcher)
|
app.register(v2.RouteNameBlobUpload, blobUploadDispatcher)
|
||||||
|
Loading…
Reference in New Issue
Block a user