Skip to content

Commit

Permalink
Fix README (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran authored Nov 10, 2024
1 parent 9fe7e16 commit 9d9cbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
// Run HTTP server in goroutine
g.Go(func() error {
srv := http.Server{
Addr: cfg.MetricsAddr,
Addr: ":8081",
Handler: me,
}

Expand Down

0 comments on commit 9d9cbf7

Please sign in to comment.