Update HomeController
This commit is contained in:
parent
4a986bfa5b
commit
85efda58d8
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ class HomeController extends Controller
|
||||||
*/
|
*/
|
||||||
public function index(Request $request)
|
public function index(Request $request)
|
||||||
{
|
{
|
||||||
return view('home');
|
return redirect('/');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue