| Current Path : /var/www/html/app/code/FlipsDigital/HappyMind/etc/ |
| Current File : /var/www/html/app/code/FlipsDigital/HappyMind/etc/webapi.xml |
<?xml version="1.0" ?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd"> <route method="POST" url="/V1/order/notification/customer_textbook_id/:ctbId/magento_order_id/:orderId"> <service class="FlipsDigital\HappyMind\Api\PostManagementInterface" method="getPost"/> <resources> <resource ref="anonymous"/> </resources> </route> </routes>