Update landing page

This commit is contained in:
Daniel Supernault 2018-08-19 19:22:54 -06:00
parent 707b686e8a
commit 34bdb35f57
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 173 additions and 1 deletions

View file

@ -21,7 +21,7 @@ class SiteController extends Controller
public function homeGuest()
{
return view('welcome');
return view('site.index');
}
public function homeTimeline()