Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ladydascalie committed Jan 11, 2023
1 parent 643ad08 commit 7f76024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flexmetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ func New(options ...Option) *Server {
}

server := &Server{
path: path,
server: &http.Server{
logger: logger,
path: path,
server: &http.Server{
Addr: addr,
ReadTimeout: DefaultReadTimeout,
ReadHeaderTimeout: DefaultReadHeaderTimeout,
Expand Down

0 comments on commit 7f76024

Please sign in to comment.