Skip to content

Commit

Permalink
*: fix follower cannot handle member request (#8122)
Browse files Browse the repository at this point in the history
ref #7519

Signed-off-by: Ryan Leung <[email protected]>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
rleungx and ti-chi-bot[bot] authored Apr 24, 2024
1 parent 1d386f6 commit 1e65f9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/apiv2/handlers/micro_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
// RegisterMicroService registers microservice handler to the router.
func RegisterMicroService(r *gin.RouterGroup) {
router := r.Group("ms")
router.Use(middlewares.BootstrapChecker())
router.GET("members/:service", GetMembers)
router.GET("primary/:service", GetPrimary)
}
Expand Down

0 comments on commit 1e65f9d

Please sign in to comment.