Skip to content

Commit 227d9ca

Browse files
committed
ReferenceTester.php: Fix exclusion of /api/datebasedpublisher/v1
1 parent 97bc053 commit 227d9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/raml2html/src/Test/ReferenceTester.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ReferenceTester
2020
'vendor/ibexa/connector-dam/src/bundle/Resources/config/routing_rest.yaml',
2121
'vendor/ibexa/personalization/src/bundle/Resources/config/routing_rest.yaml',
2222
'vendor/ibexa/product-catalog/src/bundle/Resources/config/routing_rest.yaml',
23-
'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
2424
'vendor/ibexa/segmentation/src/bundle/Resources/config/routing_rest.yaml',
2525
'vendor/ibexa/taxonomy/src/bundle/Resources/config/routing_rest.yaml',
2626
];

0 commit comments

Comments
 (0)