Skip to content

Commit 8e3cd48

Browse files
committed
SDK-479 correct latd endpoint
1 parent 784b8d8 commit 8e3cd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BranchConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
NSString * const BRANCH_REQUEST_ENDPOINT_INSTALL = @"install";
7777
NSString * const BRANCH_REQUEST_ENDPOINT_REGISTER_VIEW = @"register-view";
7878
NSString * const BRANCH_REQUEST_ENDPOINT_CPID = @"cpid";
79-
NSString * const BRANCH_REQUEST_ENDPOINT_LATD = @"latd";
79+
NSString * const BRANCH_REQUEST_ENDPOINT_LATD = @"cpid/latd";
8080

8181
NSString * const BRANCH_RESPONSE_KEY_BRANCH_IDENTITY = @"identity_id";
8282
NSString * const BRANCH_RESPONSE_KEY_SESSION_ID = @"session_id";

0 commit comments

Comments
 (0)