Skip to content

Commit 394f19c

Browse files
committed
changes URL
1 parent 1006e7f commit 394f19c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/build/supertokens.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/supertokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default class SuperTokens {
107107
}
108108
await axios({
109109
method: "POST",
110-
url: "https://api.supertokens.io/0/st/telemetry",
110+
url: "https://api.supertokens.com/0/st/telemetry",
111111
data: {
112112
appName: this.appInfo.appName,
113113
websiteDomain: this.appInfo.websiteDomain.getAsStringDangerous(),

0 commit comments

Comments
 (0)