mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 04:57:46 +02:00
feat(ux): remove admin dashboard and redirect directly to podcast list
As there is currently no info on the dashboard, it is unnecessary for now
This commit is contained in:
parent
2d297f45b3
commit
27c48b8fa9
4 changed files with 3 additions and 6 deletions
|
|
@ -12,6 +12,7 @@ class Home extends BaseController
|
|||
{
|
||||
public function index()
|
||||
{
|
||||
return view('admin/dashboard');
|
||||
session()->keepFlashdata('message');
|
||||
return redirect()->route('podcast-list');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue