Skip to content

Commit

Permalink
Update web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored Jun 25, 2024
1 parent 0b92b6d commit 0a0d8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/navigation/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
return view('dashboard');
})->name('dashboard');

Route::get('/teams/{teamUUID}', [TeamController::class, 'show'])->name('teams.show');
Route::get('/teams/{team}', [TeamController::class, 'show'])->name('teams.show');
});

0 comments on commit 0a0d8d3

Please sign in to comment.