Skip to content

Commit

Permalink
fix(utorpc): pass mux handler (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
verbotenj authored Oct 23, 2024
1 parent c1babdf commit da8493c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utxorpc/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func Start(cfg *config.Config) error {
),
cfg.Tls.CertFilePath,
cfg.Tls.KeyFilePath,
nil,
mux,
)
return err
} else {
Expand Down

0 comments on commit da8493c

Please sign in to comment.