Skip to content

Commit a817c4f

Browse files
docs(apiclient): udpdated Doc-Block for OT&E URL
1 parent bcad16d commit a817c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/hexonet/apiconnector/APIClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class APIClient {
3838
public static final String ISPAPI_CONNECTION_URL_PROXY = "http://127.0.0.1/api/call.cgi";
3939
/** common API endpoint url production environment */
4040
public static final String ISPAPI_CONNECTION_URL_LIVE = "https://api.ispapi.net/api/call.cgi";
41-
/** common API endpoint url OT&E environment */
41+
/** common API endpoint url OTE environment */
4242
public static final String ISPAPI_CONNECTION_URL_OTE =
4343
"https://api-ote.ispapi.net/api/call.cgi";
4444

0 commit comments

Comments
 (0)