aboutsummaryrefslogtreecommitdiff
path: root/pkg/handler/config/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/handler/config/handler.go')
-rw-r--r--pkg/handler/config/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/handler/config/handler.go b/pkg/handler/config/handler.go
index c278e35..30f4283 100644
--- a/pkg/handler/config/handler.go
+++ b/pkg/handler/config/handler.go
@@ -56,7 +56,7 @@ func ConfigFile(configRepo configurationRepository) func(http.ResponseWriter, *h
return
}
- hello := &templates.HelloPage{
+ hello := &templates.ConfigPage{
Body: code.Bytes(),
}