Skip to content

Commit 2800148

Browse files
authored
Update OAuth proxy endpoint
1 parent 4d85bc3 commit 2800148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Crm.Hubspot/Controllers/FormsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class FormsController : UmbracoAuthorizedApiController
3636

3737
public const string OAuthClientId = "8b4db9a8-3b78-48bc-85b0-96a4211a1c83";
3838
private const string OAuthScopes = "oauth forms"; // oauth forms
39-
private const string OAuthProxyBaseUrl = "https://localhost:44364/"; //"https://hubspot-forms-auth.umbraco.com/"; // for local testing: https://localhost:44364
39+
private const string OAuthProxyBaseUrl = "https://hubspot-forms-auth.umbraco.com/"; // for local testing: https://localhost:44364
4040
private const string OAuthProxyEndpoint = "{0}oauth/v1/token";
4141
private const string HubspotServiceName = "HubspotForms";
4242

0 commit comments

Comments
 (0)