wfz 3 lat temu
rodzic
commit
6588ee78a3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      client/base.go

+ 1 - 1
client/base.go

@@ -8,7 +8,7 @@ import (
 )
 
 func NewStatisticsClient(r *registry.Registry, logger log.Logger) statistics.StatisticsClient {
-	conn, err := getDialInsecure(r, logger, "discovery://pw/pw-statistics")
+	conn, err := getDialInsecure(r, logger, "discovery://pw/pw-account")
 	if err != nil {
 		panic(err)
 	}