some fixes and removed the laravel ad-esque home view
This commit is contained in:
@@ -17,6 +17,9 @@ Auth::routes();
|
||||
|
||||
|
||||
Route::get('/', function () {
|
||||
if (!Auth::guest()) {
|
||||
return redirect('/home');
|
||||
}
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user