lib/cryptomate_api/configuration.rb in cryptomate_api-0.1.0 vs lib/cryptomate_api/configuration.rb in cryptomate_api-0.1.1
- old
+ new
@@ -13,8 +13,9 @@
class Configuration
attr_accessor :api_key
def initialize
@api_key = nil
+ @base_uri = 'https://cryptomate.me/api'
end
end
end