Skip to content

Commit

Permalink
Discovergy: update api url (#16285)
Browse files Browse the repository at this point in the history
The API url has changed from api.discovery.com to api.inexogy.com
  • Loading branch information
emptya1r authored Sep 23, 2024
1 parent fa5af2d commit deb8111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meter/discovergy/types.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package discovergy

const API = "https://api.discovergy.com/public/v1"
const API = "https://api.inexogy.com/public/v1"

type Meter struct {
MeterID string `json:"meterId"`
Expand Down

0 comments on commit deb8111

Please sign in to comment.