Skip to content

Commit 4e5b736

Browse files
committed
PROD-871 rename Customer API to Server API
1 parent e71a8a3 commit 4e5b736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pusher/native_notification/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module NativeNotification
33
class Client
44
attr_reader :app_id, :host
55

6-
API_PREFIX = "customer_api"
6+
API_PREFIX = "server_api"
77
API_VERSION = "v1"
88
GCM_TTL = 241920
99
RESTRICTED_GCM_PAYLOAD_KEYS = [:to, :registration_ids]
@@ -120,4 +120,4 @@ def deep_symbolize_keys!(hash)
120120
end
121121
end
122122
end
123-
end
123+
end

0 commit comments

Comments
 (0)