diff options
author | 2024-09-14 15:39:46 +0200 | |
---|---|---|
committer | 2024-09-14 15:39:46 +0200 | |
commit | 61aa32dd3c3e13df142bc84c5097f9815e847a1a (patch) | |
tree | 9ee7636a7bb57f95014abafd54f3939f061bbd58 /handlers/cgit | |
parent | feat: replace signal handler (diff) | |
download | cgit-httpd-61aa32dd3c3e13df142bc84c5097f9815e847a1a.tar.xz |
fix(cgit): configure assets directoryv0.5.1
Diffstat (limited to 'handlers/cgit')
-rw-r--r-- | handlers/cgit/cgit.go | 1 |
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, } } |