mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1199 from pixelfed/frontend-ui-refactor
Update HomeController
This commit is contained in:
commit
d263b2f7be
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ class HomeController extends Controller
|
|||
*/
|
||||
public function index(Request $request)
|
||||
{
|
||||
return view('home');
|
||||
return redirect('/');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue