Skip to content

Commit

Permalink
Remove redundant route
Browse files Browse the repository at this point in the history
  • Loading branch information
otilor committed Apr 28, 2021
1 parent e5fec51 commit bfab301
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
use GabrielFemi\Rootz\RootzController;
use Illuminate\Support\Facades\Route;

Route::get('hello', [RootzController::class, 'greet']);

Route::get('routes', [RootzController::class, 'show'])
Route::get('routes', [RootzController::class, 'greet'])
->name('rootz.show')
->middleware(config('rootz.middlewares'));

0 comments on commit bfab301

Please sign in to comment.