Skip to content

Commit

Permalink
Merge pull request #846 from supertokens/com-to-io-url-change-for-bot…
Browse files Browse the repository at this point in the history
…-detection
  • Loading branch information
rishabhpoddar committed Sep 15, 2024
2 parents de4dbb0 + 1f83bc4 commit bbc266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/botandspamdetection/frontend-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Below is an example of how to implement request ID generation on your frontend:

```tsx
const PUBLIC_API_KEY = "<public-api-key>"; // Your public API key that you received from the SuperTokens team
const SDK_URL = "https://supertokens.io/JfNbWqtXUiGYuTqb/PYmK3PIPqdvHw6iz";
const SDK_URL = "https://supertokens.io/O6edpVVvewh85qFE/Z921AQOtdL6LpZvf";
const ENVIRONMENT_ID = "<environment-id>"; // Your environment ID that you received from the SuperTokens team

const supertokensAnomalyDetectionSdkPromise = import(SDK_URL + "?apiKey=" + PUBLIC_API_KEY).then((RequestId: any) => RequestId.load({
Expand Down

0 comments on commit bbc266a

Please sign in to comment.