diff options
Diffstat (limited to 'handlers/cgit/cgit.go')
-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, } } |