lib/statsmix.rb in statsmix-0.2.4 vs lib/statsmix.rb in statsmix-0.3.0
- old
+ new
@@ -2,10 +2,10 @@
require 'net/https'
require 'rubygems'
require 'json'
class StatsMix
- BASE_URI = 'https://statsmix.com/api/v2/'
+ BASE_URI = 'https://api.statsmix.com/api/v2/'
GEM_VERSION = File.exist?('../VERSION') ? File.read('../VERSION') : ""
# Track an event
#
\ No newline at end of file