File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Umbraco.Cms.Integrations.Crm.ActiveCampaign Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ public class Resources
20
20
21
21
public static class ManagementApi
22
22
{
23
- public const string RootPath = "active-campaign -forms/management/api" ;
23
+ public const string RootPath = "activecampaign -forms/management/api" ;
24
24
25
25
public const string ApiTitle = "ActiveCampaign Forms Management API" ;
26
26
27
- public const string ApiName = "active-campaign -management" ;
27
+ public const string ApiName = "activecampaign-forms -management" ;
28
28
29
29
public const string GroupName = "Active Campaign Forms" ;
30
30
}
Original file line number Diff line number Diff line change 6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<AddRazorSupportForMvc >true</AddRazorSupportForMvc >
8
8
<EnableDefaultContentItems >false</EnableDefaultContentItems >
9
- <StaticWebAssetBasePath >/App_Plugins/ActiveCampaign </StaticWebAssetBasePath >
9
+ <StaticWebAssetBasePath >/App_Plugins/ActiveCampaignForms </StaticWebAssetBasePath >
10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments