Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 9cf39fd

Browse files
committed
Update LoRa Cloud endpoints.
1 parent 0698837 commit 9cf39fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/integration/loracloud/loracloud.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ func (i *Integration) getGeolocationURI() string {
7272
if i.geolocationURI != "" {
7373
return i.geolocationURI
7474
}
75-
return "https://gls.loracloud.com"
75+
return "https://mgs.loracloud.com"
7676
}
7777

7878
func (i *Integration) getDasURI() string {
7979
// for testing
8080
if i.dasURI != "" {
8181
return i.dasURI
8282
}
83-
return "https://das.loracloud.com"
83+
return "https://mgs.loracloud.com"
8484
}
8585

8686
// HandleUplinkEvent handles the Uplinkevent.

0 commit comments

Comments
 (0)