Skip to content

Commit

Permalink
Use region-agnostic base URL for feeds (issues #2 and #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
BHSPitMonkey committed Jan 6, 2024
1 parent 6abcc99 commit 4a9b028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/garmin_mapshare/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
CONF_LINK_NAME = "link_name"
CONF_LINK_PASSWORD = "link_password"

BASE_URL = "https://explore.garmin.com/Feed/Share/"
# Using share.garmin.com seems to work in all regions; explore.garmin.com only worked for US accounts?
BASE_URL = "https://share.garmin.com/Feed/Share/"
WEB_BASE_URL = "https://share.garmin.com/share/"

MANUFACTURER = "Garmin"
Expand Down

0 comments on commit 4a9b028

Please sign in to comment.