mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
a11fe2d195
(cherry picked from commit 56ddb70f624e7070ad0d3531d498675f9f82c664) Signed-off-by: Alex Stan <alexandrustan96@yahoo.ro> Signed-off-by: Andrei Aaron <aaaron@luxoft.com> Co-authored-by: Alex Stan <alexandrustan96@yahoo.ro>
7 lines
163 B
Go
7 lines
163 B
Go
package constants
|
|
|
|
const (
|
|
Debug = "/_zot/debug"
|
|
GQLPlaygroundEndpoint = Debug + "/graphql-playground"
|
|
ProfilingEndpoint = "/_zot/pprof/"
|
|
)
|