summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/router.go2
1 files changed, 1 insertions, 1 deletions
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 {