Skip to content

Commit

Permalink
fix initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jan 29, 2020
1 parent b2980ae commit 1be8258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
),
)
Expand Down

0 comments on commit 1be8258

Please sign in to comment.