diff options
Diffstat (limited to 'pkg/handler/status.go')
-rw-r--r-- | pkg/handler/status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/handler/status.go b/pkg/handler/status.go index 1ca7f70..9baac2c 100644 --- a/pkg/handler/status.go +++ b/pkg/handler/status.go @@ -54,7 +54,7 @@ func ConfigFile(configPath string) func(http.ResponseWriter, *http.Request) { } hello := &templates.HelloPage{ - Body: code.String(), + Body: code.Bytes(), } templates.WritePageTemplate(w, hello) |