add auto redirect to panel

This commit is contained in:
2025-05-07 17:47:29 +05:00
parent 20b3a72dca
commit 9014a16ab5
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ class HomeController extends Controller
{
public function index(): string
{
return redirect('/panel');
return 'f';
}
}