remove unnecesary route
This commit is contained in:
parent
ebaf3c99dd
commit
bfad7c7d7f
1 changed files with 0 additions and 2 deletions
|
|
@ -65,7 +65,6 @@
|
|||
use App\Livewire\Storage\Show as StorageShow;
|
||||
use App\Livewire\Subscription\Index as SubscriptionIndex;
|
||||
use App\Livewire\Subscription\Show as SubscriptionShow;
|
||||
use App\Livewire\Tags\Index as TagsIndex;
|
||||
use App\Livewire\Tags\Show as TagsShow;
|
||||
use App\Livewire\Team\AdminView as TeamAdminView;
|
||||
use App\Livewire\Team\Index as TeamIndex;
|
||||
|
|
@ -127,7 +126,6 @@
|
|||
Route::get('/profile', ProfileIndex::class)->name('profile');
|
||||
|
||||
Route::prefix('tags')->group(function () {
|
||||
// Route::get('/', TagsIndex::class)->name('tags.index');
|
||||
Route::get('/{tagName?}', TagsShow::class)->name('tags.show');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue