Skip to content

Commit

Permalink
Update PlatformConfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilManapure authored May 2, 2024
1 parent 40e6e0f commit 6cbbee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/platform/PlatformConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PlatformConfig {
constructor(config) {
this.companyId = config.companyId;
this.organizationId = config.organizationId;
this.domain = config.domain || "https://api.potleex0.de";
this.domain = config.domain || "https://api.potlee.co.in";
this.apiKey = config.key;
this.apiSecret = config.token;
this.topSecret = config.secret;
Expand Down

0 comments on commit 6cbbee8

Please sign in to comment.