We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcad16d commit a817c4fCopy full SHA for a817c4f
src/main/java/net/hexonet/apiconnector/APIClient.java
@@ -38,7 +38,7 @@ public class APIClient {
38
public static final String ISPAPI_CONNECTION_URL_PROXY = "http://127.0.0.1/api/call.cgi";
39
/** common API endpoint url production environment */
40
public static final String ISPAPI_CONNECTION_URL_LIVE = "https://api.ispapi.net/api/call.cgi";
41
- /** common API endpoint url OT&E environment */
+ /** common API endpoint url OTE environment */
42
public static final String ISPAPI_CONNECTION_URL_OTE =
43
"https://api-ote.ispapi.net/api/call.cgi";
44
0 commit comments