lib/strava/webhooks/config.rb in strava-ruby-client-0.3.1 vs lib/strava/webhooks/config.rb in strava-ruby-client-0.3.2

- old
+ new

@@ -10,10 +10,10 @@ ].freeze attr_accessor(*Config::ATTRIBUTES) def reset - self.endpoint = 'https://api.strava.com/api/v3' + self.endpoint = 'https://www.strava.com/api/v3' self.client_id = nil self.client_secret = nil end end