Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Nov 19, 2024
1 parent 1e84eac commit ece256a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use NexaMerchant\CheckoutCod\Http\Controllers\Api\V1\ExampleController;
use NexaMerchant\CheckoutCod\Http\Controllers\Api\V1\ProductsController;
use NexaMerchant\CheckoutCod\Http\Controllers\Api\V1\OrdersController;
use NexaMerchant\CheckoutCod\Http\Controllers\Api\V1\PusherController;

Route::group(['middleware' => ['api'], 'prefix' => 'api'], function () {

Expand Down

0 comments on commit ece256a

Please sign in to comment.