Skip to content

Commit

Permalink
add "api" prefix for package routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-mabrouk committed Dec 17, 2024
1 parent eb61a49 commit 25b7bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/payment_routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use Illuminate\Support\Facades\Route;

Route::group([
'prefix' => 'api',
'middleware' => [
'micro-service'
]
Expand Down

0 comments on commit 25b7bf8

Please sign in to comment.