Skip to content

Commit d1757d1

Browse files
committed
V14: Integrations (Hubspot/Forms)
- Rename folder
1 parent c2085ca commit d1757d1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Umbraco.Forms.Integrations.Crm.Hubspot/Api/Management/Controllers/Forms/AuthorizeController.cs renamed to src/Umbraco.Forms.Integrations.Crm.Hubspot/Api/Management/Controllers/Contacts/AuthorizeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using Umbraco.Forms.Integrations.Crm.Hubspot.Models.Dtos;
99
using Umbraco.Forms.Integrations.Crm.Hubspot.Services;
1010

11-
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Forms
11+
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Contacts
1212
{
1313
public class AuthorizeController : ContactControllerBase
1414
{

src/Umbraco.Forms.Integrations.Crm.Hubspot/Api/Management/Controllers/Forms/ContactControllerBase.cs renamed to src/Umbraco.Forms.Integrations.Crm.Hubspot/Api/Management/Controllers/Contacts/ContactControllerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using Umbraco.Cms.Web.Common.Routing;
99
using Umbraco.Forms.Integrations.Crm.Hubspot.Services;
1010

11-
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Forms
11+
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Contacts
1212
{
1313
[ApiVersion("1.0")]
1414
[BackOfficeRoute($"{Constants.ManagementApi.RootPath}/v{{version:apiVersion}}/contacts")]

src/Umbraco.Forms.Integrations.Crm.Hubspot/Api/Management/Controllers/Forms/DeauthorizeController.cs renamed to src/Umbraco.Forms.Integrations.Crm.Hubspot/Api/Management/Controllers/Contacts/DeauthorizeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using Umbraco.Forms.Integrations.Crm.Hubspot.Models.Dtos;
99
using Umbraco.Forms.Integrations.Crm.Hubspot.Services;
1010

11-
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Forms
11+
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Contacts
1212
{
1313
public class DeauthorizeController : ContactControllerBase
1414
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using Umbraco.Forms.Integrations.Crm.Hubspot.Models.Responses;
1010
using Umbraco.Forms.Integrations.Crm.Hubspot.Services;
1111

12-
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Forms
12+
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Contacts
1313
{
1414
public class GetAllPropertiesController : ContactControllerBase
1515
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using System.Threading.Tasks;
88
using Umbraco.Forms.Integrations.Crm.Hubspot.Services;
99

10-
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Forms
10+
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Contacts
1111
{
1212
public class GetAuthenticationUrlController : ContactControllerBase
1313
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using System.Threading.Tasks;
88
using Umbraco.Forms.Integrations.Crm.Hubspot.Services;
99

10-
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Forms
10+
namespace Umbraco.Forms.Integrations.Crm.Hubspot.Api.Management.Controllers.Contacts
1111
{
1212
public class IsAuthorizationConfiguredController : ContactControllerBase
1313
{

0 commit comments

Comments
 (0)