1
0
Fork 0
forked from mirror/pixelfed

Update SiteController

This commit is contained in:
Daniel Supernault 2018-08-09 23:42:12 -06:00
parent 30c464ed49
commit 6288bd0abf
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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