zotregistry.dev/zot@v1.4.4-0.20240314164342-eec277e14d20/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  )