Browse Source

Update SiteController

Daniel Supernault 7 years ago
parent
commit
6288bd0abf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/SiteController.php

+ 1 - 1
app/Http/Controllers/SiteController.php

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