Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/cartforge.co/app/code/Webkul/PrivateShop/etc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/cartforge.co/app/code/Webkul/PrivateShop/etc/webapi.xml
<?xml version="1.0" ?>
<!-- 
/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_PrivateShop
 * @author    Webkul Software Private Limited
 * @copyright 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 method="POST" url="/V1/privateshop">
		<service class="Webkul\PrivateShop\Api\PrivateGroupRepositoryInterface" method="save"/>
		<resources>
			<resource ref="Webkul_PrivateShop::PrivateGroup_save"/>
		</resources>
	</route>
	<route method="GET" url="/V1/privateshop">
		<service class="Webkul\PrivateShop\Api\PrivateGroupRepositoryInterface" method="getList"/>
		<resources>
			<resource ref="Webkul_PrivateShop::PrivateGroup_view"/>
		</resources>
	</route>
	<route method="GET" url="/V1/privateshop/:privategroupId">
		<service class="Webkul\PrivateShop\Api\PrivateGroupRepositoryInterface" method="getById"/>
		<resources>
			<resource ref="Webkul_PrivateShop::PrivateGroup_view"/>
		</resources>
	</route>
	<route method="PUT" url="/V1/privateshop/:privategroupId">
		<service class="Webkul\PrivateShop\Api\PrivateGroupRepositoryInterface" method="save"/>
		<resources>
			<resource ref="Webkul_PrivateShop::PrivateGroup_update"/>
		</resources>
	</route>
	<route method="DELETE" url="/V1/privateshop/:privategroupId">
		<service class="Webkul\PrivateShop\Api\PrivateGroupRepositoryInterface" method="deleteById"/>
		<resources>
			<resource ref="Webkul_PrivateShop::PrivateGroup_delete"/>
		</resources>
	</route>
</routes>

Spamworldpro Mini