minor updates
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
if(Auth::check()) {
|
||||
return redirect('/dashboard');
|
||||
}
|
||||
|
||||
return view('welcome');
|
||||
})->name('/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user