mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
ffc9929c1a
Signed-off-by: Catalin Hofnar <catalin.hofnar@gmail.com>
7 lines
123 B
Go
7 lines
123 B
Go
package constants
|
|
|
|
const (
|
|
Debug = "/_zot/debug"
|
|
GQLPlaygroundEndpoint = Debug + "/graphql-playground"
|
|
)
|