zotregistry.io/zot@v1.4.4-0.20231124084042-02a8ed785457/pkg/debug/constants/consts.go (about)

     1  package constants
     2  
     3  const (
     4  	Debug                 = "/_zot/debug"
     5  	GQLPlaygroundEndpoint = Debug + "/graphql-playground"
     6  	ProfilingEndpoint     = "/_zot/pprof/"
     7  )