image for main page

This commit is contained in:
2020-01-30 21:12:20 -06:00
parent 7a9f7c4c44
commit 6474d7b9c2
3 changed files with 44 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ Route::get('/', function () {
return redirect('/dashboard');
}
return view('welcome');
return view('login');
})->name('/');
/**