summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 556fd35..4250a24 100644
--- a/main.go
+++ b/main.go
@@ -43,6 +43,8 @@ func run() error {
api := api.NewServer(api.ApiServices{
EntiresService: entriesService,
HtmlService: htmlService,
+
+ Config: c,
})
slog.Info("starting HTTP server", "host", c.Server.Host, "port", c.Server.Port)