handlers/home: render success with StatusOK
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
leo 2023-05-11 05:07:53 +02:00
parent 468e20da0a
commit a385b194b9
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -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,