Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashep committed Dec 13, 2024
1 parent d28ab75 commit 3e2c766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apprunner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (r *Runner[CT]) WithHTTPServer(s *http.Server) *Runner[CT] {
}

r.rt.SrvMux = http.NewServeMux()
s.Handler = r.rt.SrvMux
r.srv = s

return r
Expand Down

0 comments on commit 3e2c766

Please sign in to comment.