webapi.xml 585 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd">
  10. <route url="/V1/TestModuleJoinDirectives" method="GET">
  11. <service class="Magento\TestModuleJoinDirectives\Api\TestRepositoryInterface" method="getList"/>
  12. <resources>
  13. <resource ref="Magento_TestModuleJoinDirectives::getList" />
  14. </resources>
  15. </route>
  16. </routes>