diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-04-05 00:14:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 00:14:22 +0800 |
commit | 53b91ef306166d39dea3c70fb8ce14973c7ae111 (patch) | |
tree | 9accdd3c806ef7e0645bb10810c922e7108f438b /internal/cmd/web.go | |
parent | 34145c990d4fd9f278f29cdf9c61378a75e9b934 (diff) |
lfs: run e2e and fix minor issues (#6059)
Diffstat (limited to 'internal/cmd/web.go')
-rw-r--r-- | internal/cmd/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/web.go b/internal/cmd/web.go index f26c5a51..24f586dd 100644 --- a/internal/cmd/web.go +++ b/internal/cmd/web.go @@ -165,7 +165,7 @@ func newMacaron() *macaron.Macaron { })) m.Use(toolbox.Toolboxer(m, toolbox.Options{ HealthCheckFuncs: []*toolbox.HealthCheckFuncDesc{ - &toolbox.HealthCheckFuncDesc{ + { Desc: "Database connection", Func: db.Ping, }, |