Skip to content

Commit

Permalink
Fix router (#2164)
Browse files Browse the repository at this point in the history
Closes #2153

This is pretty critical, we'll need 1.0.2 asap
  • Loading branch information
qwerty287 authored Aug 8, 2023
1 parent 40d12a9 commit 4f14c01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ func Load(noRouteHandler http.HandlerFunc, middleware ...gin.HandlerFunc) http.H
base.GET("/healthz", api.Health)
}

e.GET("/metrics", metrics.PromHandler())
e.GET("/version", api.Version)
e.GET("/healthz", api.Health)

apiRoutes(base)
setupSwaggerConfigAndRoutes(e)

Expand Down

0 comments on commit 4f14c01

Please sign in to comment.