Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wding authored and wding committed Sep 11, 2019
1 parent fd97753 commit b8b2c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stat/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (

func init() {
conn, _ = client.NewHTTPClient(client.HTTPConfig{
Addr: "http://10.0.52.130:9000",
Addr: "http://:8000",
Username: "",
Password: "",
})
Expand Down

0 comments on commit b8b2c78

Please sign in to comment.