Skip to content

Commit b8adbb0

Browse files
Set api route
1 parent 7bccb17 commit b8adbb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHReactNativeGatekeeper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type CHEvents = {
1111
onRequestEnd: any,
1212
navigation: any,
1313
}
14-
const API_REDIRECT_ENDPOINT = "https://api-dev.crowdhandler.com/v1/redirect/requests/";
14+
const API_REDIRECT_ENDPOINT = "https://api.crowdhandler.com/v1/redirect/requests/";
1515

1616
export default class CHReactNativeGatekeeper {
1717

0 commit comments

Comments
 (0)