Skip to content

Commit 54a579f

Browse files
fix: use correct URL for insights endpoint
1 parent 6312c2f commit 54a579f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"DISABLE_HOOKS": false,
77
"UPLOAD_PLAYGROUND_FILES_ENDPOINT": "https://play.nativescript.org/api/files",
88
"SHORTEN_URL_ENDPOINT": "https://play.nativescript.org/api/shortenurl?longUrl=%s",
9-
"INSIGHTS_URL_ENDPOINT": "https://play.nativescript.org/api/insights?ipAddress=%s",
9+
"INSIGHTS_URL_ENDPOINT": "https://play-server.nativescript.org/api/insights?ipAddress=%s",
1010
"WHOAMI_URL_ENDPOINT": "https://play.nativescript.org/api/whoami",
1111
"PREVIEW_APP_ENVIRONMENT": "live",
1212
"GA_TRACKING_ID": "UA-111455-51"

0 commit comments

Comments
 (0)