mirror of
https://github.com/project-zot/zot.git
synced 2024-12-23 22:27:35 -05:00
7 lines
123 B
Go
7 lines
123 B
Go
|
package constants
|
||
|
|
||
|
const (
|
||
|
Debug = "/_zot/debug"
|
||
|
GQLPlaygroundEndpoint = Debug + "/graphql-playground"
|
||
|
)
|