mirror of
https://github.com/project-zot/zot.git
synced 2025-02-03 23:09:41 -05:00
6 lines
123 B
Go
6 lines
123 B
Go
package constants
|
|
|
|
const (
|
|
Debug = "/_zot/debug"
|
|
GQLPlaygroundEndpoint = Debug + "/graphql-playground"
|
|
)
|