Skip to content

Commit

Permalink
fix follower cannot handle member request
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Apr 23, 2024
1 parent 5cdf252 commit 79f7439
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 79f7439

Please sign in to comment.