File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Umbraco.Cms.Integrations.Commerce.Shopify.Core Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5
5
using Umbraco . Cms . Core . DependencyInjection ;
6
6
using Umbraco . Cms . Core . Composing ;
7
7
using Umbraco . Cms . Integrations . Commerce . Shopify . Core . Configuration ;
8
+ using Umbraco . Cms . Integrations . Commerce . Shopify . Core . Api . Configuration ;
8
9
9
10
namespace Umbraco . Cms . Integrations . Commerce . Shopify . Core
10
11
{
@@ -38,6 +39,7 @@ public void Compose(IUmbracoBuilder builder)
38
39
Description = $ "Describes the { Constants . ManagementApi . ApiTitle } available for handling Shopify product(s) and configuration."
39
40
} ) ;
40
41
42
+ options . OperationFilter < BackOfficeSecurityRequirementsOperationFilter > ( ) ;
41
43
options . CustomOperationIds ( e => $ "{ e . ActionDescriptor . RouteValues [ "action" ] } ") ;
42
44
} ) ;
43
45
}
You can’t perform that action at this time.
0 commit comments