Skip to content

Commit c6886cf

Browse files
committed
Merge branch 'url-fixes' into 'main'
Fixing KYC URLs See merge request nwac/sdk-ts!141
2 parents da3365d + 5935c85 commit c6886cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ const NUMBER_VERIFICATION_URL = "/passthrough/camara/v1/number-verification/num
6060

6161
const CALL_FORWARDING_URL = "/passthrough/camara/v1/call-forwarding-signal/call-forwarding-signal/v0.3";
6262

63-
const KYC_MATCH = "/passthrough/camara/v1/passthrough/kyc-match/v0.3";
63+
const KYC_MATCH = "/passthrough/camara/v1/kyc-match/kyc-match/v0.3";
6464

65-
const KYC_AGE_VERIFICATION = "/passthrough/camara/v1/passthrough/kyc-age-verification/v0.1"
65+
const KYC_AGE_VERIFICATION = "/passthrough/camara/v1/kyc-age-verification/kyc-age-verification/v0.1"
6666

6767
const agent = new ProxyAgent();
6868

0 commit comments

Comments
 (0)