From 186a9e267815e7caa62391fdc7b8cbd842922610 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Tue, 9 Sep 2025 23:38:41 +0100 Subject: Pass config to api and fix bad join --- api/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/router.go') diff --git a/api/router.go b/api/router.go index 9ea7ac0..ec7ac4d 100644 --- a/api/router.go +++ b/api/router.go @@ -14,7 +14,7 @@ type ApiServices struct { EntiresService entries.Service HtmlService html.Service - Config config.Config + Config *config.Config } func NewServer(api ApiServices) *http.ServeMux { -- cgit v1.2.3-70-g09d2