mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
fix initialisation
This commit is contained in:
parent
b2980aecb7
commit
1be8258721
@ -158,7 +158,7 @@ func (s *service) Run() error {
|
||||
// register the debug handler
|
||||
s.opts.Server.Handle(
|
||||
s.opts.Server.NewHandler(
|
||||
handler.NewHandler(s.Options().Server),
|
||||
handler.NewHandler(),
|
||||
server.InternalHandler(true),
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user