Skip to content

Commit 3378ee9

Browse files
fix(APIClient): change default SDK url
HM-548
1 parent 2f3275d commit 3378ee9

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

dist/apiclient.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apiclient.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/apiclient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class APIClient {
4848
this.ua = "";
4949
this.socketURL = "";
5050
this.debugMode = false;
51-
this.setURL("https://coreapi.1api.net/api/call.cgi");
51+
this.setURL("https://api.ispapi.net/api/call.cgi");
5252
this.socketConfig = new SocketConfig();
5353
this.useLIVESystem();
5454
this.logger = defaultLogger;

0 commit comments

Comments
 (0)