Skip to content

Commit

Permalink
Update LoRa Cloud endpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Mar 11, 2022
1 parent 0698837 commit 9cf39fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/integration/loracloud/loracloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ func (i *Integration) getGeolocationURI() string {
if i.geolocationURI != "" {
return i.geolocationURI
}
return "https://gls.loracloud.com"
return "https://mgs.loracloud.com"
}

func (i *Integration) getDasURI() string {
// for testing
if i.dasURI != "" {
return i.dasURI
}
return "https://das.loracloud.com"
return "https://mgs.loracloud.com"
}

// HandleUplinkEvent handles the Uplinkevent.
Expand Down

0 comments on commit 9cf39fd

Please sign in to comment.