Files
zot/pkg/debug/constants/consts.go
T
2022-10-05 12:56:41 -07:00

7 lines
123 B
Go

package constants
const (
Debug = "/_zot/debug"
GQLPlaygroundEndpoint = Debug + "/graphql-playground"
)