We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 591a1ad + 008b333 commit 882eba5Copy full SHA for 882eba5
projects/public-app-getting-started-template/src/app/public-app.json
@@ -2,7 +2,7 @@
2
"name": "Get started with public apps",
3
"uid": "get-started-public-app",
4
"description": "An example to demonstrate how to build a public app with developer projects.",
5
- "allowedUrls": ["https://api.hubapi.com"],
+ "allowedUrls": ["https://api.yourplatform.com"],
6
"auth": {
7
"redirectUrls": ["http://localhost:3000/oauth-callback"],
8
"requiredScopes": ["crm.objects.contacts.read", "crm.objects.contacts.write"],
0 commit comments