mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
add team view
This commit is contained in:
@@ -128,6 +128,9 @@ Route::middleware(['auth'])->group(function () {
|
||||
Route::get('/profile', function () {
|
||||
return view('profile');
|
||||
})->name('profile');
|
||||
Route::get('/profile/team', function () {
|
||||
return view('team');
|
||||
})->name('team');
|
||||
|
||||
Route::get('/settings', function () {
|
||||
$isRoot = auth()->user()->isRoot();
|
||||
|
||||
Reference in New Issue
Block a user