Skip to content

Commit

Permalink
add admin api url
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 9, 2024
1 parent 3515378 commit 06073dc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Routes/admin.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<?php

use Illuminate\Support\Facades\Route;
use NexaMerchant\Shopify\Http\Controllers\Admin\ExampleController;
use NexaMerchant\Shopify\Http\Controllers\Admin\ProductsController;
use NexaMerchant\Shopify\Http\Controllers\Admin\CustomersController;
use NexaMerchant\Shopify\Http\Controllers\Admin\StoresController;
use NexaMerchant\Shopify\Http\Controllers\Admin\ReportsController;
use NexaMerchant\Shopify\Http\Controllers\Admin\SettingsController;
use NexaMerchant\Shopify\Http\Controllers\Admin\OrdersController;
use NexaMerchant\Shopify\Http\Controllers\Admin\DiscountsController;
use NexaMerchant\Shopify\Http\Controllers\Api\V1\Admin\ProductsController;

Route::group([
'prefix' => 'api/v1/admin',
Expand Down

0 comments on commit 06073dc

Please sign in to comment.