minor updates

This commit is contained in:
2018-12-15 03:05:37 -06:00
parent 84f5e9c8a2
commit 627dedaac6

View File

@@ -12,6 +12,10 @@
*/
Route::get('/', function () {
if(Auth::check()) {
return redirect('/dashboard');
}
return view('welcome');
})->name('/');