We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bccb17 commit b8adbb0Copy full SHA for b8adbb0
1 file changed
CHReactNativeGatekeeper.tsx
@@ -11,7 +11,7 @@ type CHEvents = {
11
onRequestEnd: any,
12
navigation: any,
13
}
14
-const API_REDIRECT_ENDPOINT = "https://api-dev.crowdhandler.com/v1/redirect/requests/";
+const API_REDIRECT_ENDPOINT = "https://api.crowdhandler.com/v1/redirect/requests/";
15
16
export default class CHReactNativeGatekeeper {
17
0 commit comments