diff options
Diffstat (limited to 'pkg/handler/config/handler.go')
-rw-r--r-- | pkg/handler/config/handler.go | 2 |
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(), } |