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 01f5989 commit 7c8fc3eCopy full SHA for 7c8fc3e
src/main/java/org/restcomm/sdk/RestcommClient.java
@@ -36,7 +36,7 @@ public RestEndpoints<IncomingPhoneNumber> getIncomingPhoneNumbersEndpoints() {
36
}
37
38
public RestEndpoints<XmppMapping> getXmppMappingsEndpoints() {
39
- return getEndpoints("xmpp-mappings", baseUrl + "/api/xmppMappings", XmppMapping.class);
+ return getEndpoints("xmpp-mappings", baseUrl + "/xmpp/xmppMappings", XmppMapping.class);
40
41
42
private <T> RestEndpoints<T> getEndpoints(String endpoint, String defaultUrl, Class<T> type) {
0 commit comments