Skip to content

Commit

Permalink
fix v1
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Aug 1, 2024
1 parent 8107e20 commit 0d274f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
use Illuminate\Support\Facades\Route;
use NexaMerchant\Upselling\Http\Controllers\Api\ExampleController;
use NexaMerchant\Upselling\Http\Controllers\Api\OrderController;
use NexaMerchant\Upselling\Http\Controllers\Api\V1\OrderController;

Route::group(['middleware' => ['api'], 'prefix' => 'api'], function () {
Route::prefix('v1/upselling')->group(function () {
Expand Down

0 comments on commit 0d274f9

Please sign in to comment.