1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Merge pull request #1199 from pixelfed/frontend-ui-refactor

Update HomeController
This commit is contained in:
daniel 2019-04-25 00:44:02 -06:00 committed by GitHub
commit d263b2f7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,6 @@ class HomeController extends Controller
*/
public function index(Request $request)
{
return view('home');
return redirect('/');
}
}