Skip to content

Commit

Permalink
Merge pull request #39 from paulrishav/rp/allowed-urls-change-2
Browse files Browse the repository at this point in the history
Change allowed URL to example.com
  • Loading branch information
kporter999 authored Oct 30, 2024
2 parents 882eba5 + 8f5a58a commit 70c30c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Get started with public apps",
"uid": "get-started-public-app",
"description": "An example to demonstrate how to build a public app with developer projects.",
"allowedUrls": ["https://api.yourplatform.com"],
"allowedUrls": ["https://api.example.com"],
"auth": {
"redirectUrls": ["http://localhost:3000/oauth-callback"],
"requiredScopes": ["crm.objects.contacts.read", "crm.objects.contacts.write"],
Expand Down

0 comments on commit 70c30c9

Please sign in to comment.