File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,16 @@ class ReferenceTester
1212
1313 public const DEFAULT_FILE_LIST = [
1414 'vendor/ibexa/rest/src/bundle/Resources/config/routing.yml ' ,
15- 'vendor/ibexa/commerce-rest/src/bundle/Resources/config/routing.yaml ' ,
15+ // 'vendor/ibexa/commerce-rest/src/bundle/Resources/config/routing.yaml', // Removed as of 4.4
1616 // `find $dxpRoot/vendor/ibexa -name "routing_rest.y*ml"`
1717 //'vendor/ibexa/admin-ui/src/bundle/Resources/config/routing_rest.yaml',
1818 'vendor/ibexa/calendar/src/bundle/Resources/config/routing_rest.yaml ' ,
19+ 'vendor/ibexa/cart/src/bundle/Resources/config/routing_rest.yaml ' ,
1920 'vendor/ibexa/connector-dam/src/bundle/Resources/config/routing_rest.yaml ' ,
2021 'vendor/ibexa/personalization/src/bundle/Resources/config/routing_rest.yaml ' ,
2122 'vendor/ibexa/product-catalog/src/bundle/Resources/config/routing_rest.yaml ' ,
22- //'vendor/ibexa/scheduler/src/bundle/Resources/config/routing_rest.yaml', // prefixed /api/datebasedpublisher/v1
23+ 'vendor/ibexa/scheduler/src/bundle/Resources/config/routing_rest.yaml ' , // prefixed /api/datebasedpublisher/v1
24+ 'vendor/ibexa/segmentation/src/bundle/Resources/config/routing_rest.yaml ' ,
2325 'vendor/ibexa/taxonomy/src/bundle/Resources/config/routing_rest.yaml ' ,
2426 ];
2527
You can’t perform that action at this time.
0 commit comments