Skip to content

Commit

Permalink
reenable /api/version
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Nov 1, 2023
1 parent f3c6fb1 commit 47bdd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func Router(c *ctx.AptlyContext) http.Handler {
//if c.Config().EnableMetricsEndpoint {
//api.GET("/metrics", apiMetricsGet())
//}
//api.GET("/version", apiVersion)
api.GET("/version", apiVersion)

isReady := &atomic.Value{}
isReady.Store(false)
Expand Down

0 comments on commit 47bdd9e

Please sign in to comment.