| Current Path : /home/rtorresani/www/app/code/Webkul/BuyButton/etc/ |
| Current File : //home/rtorresani/www/app/code/Webkul/BuyButton/etc/webapi.xml |
<?xml version="1.0"?>
<!-- /**
* Webkul Software.
*
* @category Webkul
* @package Webkul_BuyButton
* @author Webkul
* @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
* @license https://store.webkul.com/license.html
*/ -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd">
<route url="/V1/cors-allow-path" method="GET">
<service class="Webkul\BuyButton\Api\AllowCorsInterface" method="getCustomResponse"/>
<resources>
<resource ref="anonymous"/>
</resources>
</route>
</routes>