Skip to content

Commit 70c30c9

Browse files
authored
Merge pull request #39 from paulrishav/rp/allowed-urls-change-2
Change allowed URL to example.com
2 parents 882eba5 + 8f5a58a commit 70c30c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/public-app-getting-started-template/src/app/public-app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Get started with public apps",
33
"uid": "get-started-public-app",
44
"description": "An example to demonstrate how to build a public app with developer projects.",
5-
"allowedUrls": ["https://api.yourplatform.com"],
5+
"allowedUrls": ["https://api.example.com"],
66
"auth": {
77
"redirectUrls": ["http://localhost:3000/oauth-callback"],
88
"requiredScopes": ["crm.objects.contacts.read", "crm.objects.contacts.write"],

0 commit comments

Comments
 (0)