Skip to content

Commit

Permalink
Update Garmin backfill base url
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Feb 13, 2024
1 parent c8f4db6 commit 634214e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ abstract class GarminRoute(

companion object {
const val GARMIN_BACKFILL_BASE_URL =
"https://healthapi.garmin.com/wellness-api/rest/backfill"
"https://apis.garmin.com/wellness-api/rest/backfill"
const val ROUTE_METHOD = "GET"
private val DEFAULT_INTERVAL_PER_REQUEST = Duration.ofDays(5L)
}
Expand Down

0 comments on commit 634214e

Please sign in to comment.