This commit is contained in:
Kerim 2023-06-21 21:17:41 +05:00
parent b11a4c3c47
commit 165ea42b88
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use Sarga\Shop\Repositories\AttributeOptionRepository;
class AttributeOptions extends \Webkul\RestApi\Http\Controllers\V1\Shop\ResourceController class AttributeOptions extends \Webkul\RestApi\Http\Controllers\V1\Shop\ResourceController
{ {
protected $requestException = ['page', 'limit', 'pagination', 'sort', 'order', 'token','locale','search']; protected $requestException = ['page', 'limit', 'pagination', 'sort', 'order', 'token','locale','search', '/api/attribute-options'];
/** /**
* Repository class name. * Repository class name.
* *