working commit

This commit is contained in:
2026-02-14 22:09:19 +02:00
parent 3b6be8033e
commit 1e03fa349f
7 changed files with 47 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func (hand *Handler) BlobExists(rctx *router.Context) {
name, _ := rctx.GetSubpath("name")
digest, _ := rctx.GetSubpath("digest")
hand.DumpHeaders("BlobExists", rctx)
//hand.DumpHeaders("BlobExists", rctx)
params := &operator.BlobExistsParams{
Name: name,