mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
fix(admin): redirect root fediverse route to fediverse-blocked-actors
This commit is contained in:
parent
d100fe0999
commit
ba5324ea19
@ -10,11 +10,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace Modules\Admin\Controllers;
|
||||
|
||||
use CodeIgniter\HTTP\RedirectResponse;
|
||||
|
||||
class FediverseController extends BaseController
|
||||
{
|
||||
public function dashboard(): string
|
||||
public function dashboard(): RedirectResponse
|
||||
{
|
||||
return view('fediverse/dashboard');
|
||||
return redirect()->route('fediverse-blocked-actors');
|
||||
}
|
||||
|
||||
public function blockedActors(): string
|
||||
|
Loading…
x
Reference in New Issue
Block a user