mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
ffc9929c1a
Signed-off-by: Catalin Hofnar <catalin.hofnar@gmail.com>
6 lines
123 B
Go
6 lines
123 B
Go
package constants
|
|
|
|
const (
|
|
Debug = "/_zot/debug"
|
|
GQLPlaygroundEndpoint = Debug + "/graphql-playground"
|
|
)
|