Skip to content

Commit 7622faf

Browse files
committed
fix directory exclude code
1 parent d38582c commit 7622faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/directory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_MediaGalleryApi:etc/directory.xsd">
99
<exclude>
1010
<patterns>
11-
<pattern name="captcha">/^document/</pattern>
11+
<pattern name="opengento_document">/^document/</pattern>
1212
</patterns>
1313
</exclude>
1414
</config>

0 commit comments

Comments
 (0)