lib/bloodbath/configuration.rb in bloodbath-1.0.0 vs lib/bloodbath/configuration.rb in bloodbath-1.1.0
- old
+ new
@@ -2,9 +2,9 @@
module Bloodbath
class Configuration
attr_accessor :api_key, :api_base
def initialize
- @api_base = "https://api.bloodbath.io/rest"
+ @api_base = "https://api.bloodbath.io/rest" # "http://localhost:4000/rest"
end
end
end