feat(GraphQL): playground, served by zot in specific binary (#753)

Signed-off-by: Catalin Hofnar <catalin.hofnar@gmail.com>
This commit is contained in:
Catalin Hofnar
2022-10-05 22:56:41 +03:00
committed by GitHub
parent c146448f01
commit ffc9929c1a
9 changed files with 317 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package constants
const (
Debug = "/_zot/debug"
GQLPlaygroundEndpoint = Debug + "/graphql-playground"
)