Skip to content

Commit

Permalink
Merge pull request #148 from Kanaries/fix-rath_client-online_connecto…
Browse files Browse the repository at this point in the history
…r_server_destroyed-yzd-1027

fix(rath_client): change default connector server host
  • Loading branch information
ObservedObserver authored Oct 27, 2022
2 parents ca46f7b + a1dff51 commit 07b43a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const apiPathPrefix = '/api';
const DB_CONNECTOR_SERVICE_KEY = 'db_api'

export function getConnectorServiceInfo () {
return localStorage.getItem(DB_CONNECTOR_SERVICE_KEY) || 'https://data-service.kanaries.net/connector';
return localStorage.getItem(DB_CONNECTOR_SERVICE_KEY) || 'https://gateway.kanaries.net/connector';
}

export function setConnectorServiceInfo (info: string) {
Expand Down

0 comments on commit 07b43a5

Please sign in to comment.