diff --git a/handlers/home.go b/handlers/home.go index d9a1144..742e7bf 100644 --- a/handlers/home.go +++ b/handlers/home.go @@ -62,7 +62,7 @@ func Home(client *ent.Client) echo.HandlerFunc { ) } - err := c.Render(http.StatusInternalServerError, "home.tmpl", + err := c.Render(http.StatusOK, "home.tmpl", page{ AppName: setting.AppName(), AppVer: appver,