Skip to content

Commit

Permalink
upadate RouteServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Apr 14, 2024
1 parent 9edfcc8 commit b2a4e2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function boot(): void

$this->routes(function () {
Route::middleware('api')
->prefix('api')
->group(base_path('routes/api.php'));

Route::middleware('web')
Expand Down

0 comments on commit b2a4e2d

Please sign in to comment.