Skip to content

Commit e9f09dc

Browse files
fix(ot&e): url updated for OT&E environment
1 parent e635a6b commit e9f09dc

File tree

4 files changed

+617
-468
lines changed

4 files changed

+617
-468
lines changed

dist/src/apiclient.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Logger } from "./logger";
22
import { Response } from "./response";
33
export declare const ISPAPI_CONNECTION_URL_PROXY = "http://127.0.0.1/api/call.cgi";
4-
export declare const ISPAPI_CONNECTION_URL = "https://api.ispapi.net/api/call.cgi";
4+
export declare const ISPAPI_CONNECTION_URL_LIVE = "https://api.ispapi.net/api/call.cgi";
55
export declare class APIClient {
66
static readonly socketTimeout: number;
77
private ua;

0 commit comments

Comments
 (0)