chore: update explore header style (#1137)

This commit is contained in:
boojack
2023-02-22 19:21:08 +08:00
committed by GitHub
parent d1b307b18f
commit 42d849abfc
6 changed files with 36 additions and 46 deletions

View File

@ -66,7 +66,7 @@ func (s *Server) registerSystemRoutes(g *echo.Group) {
var value interface{}
err := json.Unmarshal([]byte(systemSetting.Value), &value)
if err != nil {
return echo.NewHTTPError(http.StatusInternalServerError, "Failed to unmarshal system setting").SetInternal(err)
return echo.NewHTTPError(http.StatusInternalServerError, "Failed to unmarshal system setting value").SetInternal(err)
}
if systemSetting.Name == api.SystemSettingAllowSignUpName {