diff options
author | 2024-09-08 20:59:13 +0200 | |
---|---|---|
committer | 2024-09-08 21:31:18 +0200 | |
commit | 051131f03d46515307c2c19bf20ccdac36bd5fb6 (patch) | |
tree | a529fab3a6a60a80402ee8e8ba0560e35b458244 /config.go | |
parent | feat: reusable HTTP server runnable (diff) | |
download | cgit-httpd-051131f03d46515307c2c19bf20ccdac36bd5fb6.tar.xz |
feat: add pprof endpoints
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |