lib/urbanairship/common.rb in urbanairship-5.3.0 vs lib/urbanairship/common.rb in urbanairship-5.4.0
- old
+ new
@@ -2,11 +2,11 @@
module Urbanairship
# Features mixed in to all classes
module Common
- SERVER = 'go.airship.com'
- BASE_URL = 'https://go.airship.com/api'
+ SERVER = 'go.urbanairship.com'
+ BASE_URL = 'https://go.urbanairship.com/api'
CHANNEL_URL = BASE_URL + '/channels/'
OPEN_CHANNEL_URL = BASE_URL + '/channels/open/'
DEVICE_TOKEN_URL = BASE_URL + '/device_tokens/'
APID_URL = BASE_URL + '/apids/'
PUSH_URL = BASE_URL + '/push/'