mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
Make the debug handler an actual thing that can be set by users
This commit is contained in:
@@ -290,7 +290,7 @@ func (s *rpcServer) Deregister() error {
|
||||
}
|
||||
|
||||
func (s *rpcServer) Start() error {
|
||||
registerHealthChecker(s)
|
||||
registerDebugHandler(s)
|
||||
config := s.Options()
|
||||
|
||||
ts, err := config.Transport.Listen(config.Address)
|
||||
|
||||
Reference in New Issue
Block a user