lib/mailerlite/timezones/timezones.rb in mailerlite-ruby-1.0.4 vs lib/mailerlite/timezones/timezones.rb in mailerlite-ruby-1.0.5

- old
+ new

@@ -14,9 +14,9 @@ # Returns a list of Timezones # # @return [HTTP::Response] the response from the API def list - client.http.get("#{API_URL}/timezones") + client.http.get("#{MAILERLITE_API_URL}/timezones") end end end