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