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 ece256a commit e31d25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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;
use NexaMerchant\CheckoutCod\Http\Controllers\Api\V1\PushController;

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

Expand Down Expand Up @@ -48,7 +48,7 @@
});

// Pusher
Route::controller(PusherController::class)->prefix('pusher')->group(function () {
Route::controller(PushController::class)->prefix('pusher')->group(function () {

Route::post('send', 'send')->name('checkoutcod.api.v1.pusher.send');

Expand Down

0 comments on commit e31d25a

Please sign in to comment.