summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2024-09-14 15:39:46 +0200
committerLibravatar Terin Stock <terinjokes@gmail.com>2024-09-14 15:39:46 +0200
commit61aa32dd3c3e13df142bc84c5097f9815e847a1a (patch)
tree9ee7636a7bb57f95014abafd54f3939f061bbd58
parentfeat: replace signal handler (diff)
downloadcgit-httpd-61aa32dd3c3e13df142bc84c5097f9815e847a1a.tar.xz
fix(cgit): configure assets directoryv0.5.1
-rw-r--r--handlers/cgit/cgit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/handlers/cgit/cgit.go b/handlers/cgit/cgit.go
index 261e9a2..ed3f015 100644
--- a/handlers/cgit/cgit.go
+++ b/handlers/cgit/cgit.go
@@ -41,6 +41,7 @@ func New(options Options) *Builder {
},
Logger: slog.NewLogLogger(options.Logger.Handler(), slog.LevelInfo),
},
+ assetsDir: options.AssetsDir,
}
}