From 051131f03d46515307c2c19bf20ccdac36bd5fb6 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sun, 8 Sep 2024 20:59:13 +0200 Subject: feat: add pprof endpoints --- config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config.go') diff --git a/config.go b/config.go index b64b574..05235c5 100644 --- a/config.go +++ b/config.go @@ -11,6 +11,7 @@ import ( type Config struct { HTTP HTTPConfig `edn:"http"` + Pprof HTTPConfig `edn:"pprof"` CGit CGitConfig `edn:"cgit"` Git GitConfig `edn:"git"` ReposRoot string `edn:"repos-root"` -- cgit v1.2.3