Skip to content

Commit

Permalink
update the default domain to ca.engagingnetworks.app
Browse files Browse the repository at this point in the history
  • Loading branch information
lavaturtle committed Oct 16, 2023
1 parent 923f68a commit b8833f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engaging_networks_rest/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module EngagingNetworksRest
class Client
attr_reader :api_key, :connection, :ens_auth_key

ENS_DOMAIN = 'www.e-activist.com'
ENS_DOMAIN = 'ca.engagingnetworks.app'

def initialize(api_key:, host: ENS_DOMAIN)
@api_key = api_key
Expand Down

0 comments on commit b8833f1

Please sign in to comment.