Update HomeController

This commit is contained in:
Daniel Supernault 2019-04-25 00:43:08 -06:00
parent 4a986bfa5b
commit 85efda58d8
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ class HomeController extends Controller
*/
public function index(Request $request)
{
return view('home');
return redirect('/');
}
}