handlers/home: render success with StatusOK
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
468e20da0a
commit
a385b194b9
@ -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{
|
page{
|
||||||
AppName: setting.AppName(),
|
AppName: setting.AppName(),
|
||||||
AppVer: appver,
|
AppVer: appver,
|
||||||
|
Loading…
Reference in New Issue
Block a user