Hey there,
i want to route the panel + panel/login url for all users to the frontend login page.
I try the following code with no actions ;/
'routes' => [
['pattern' => '/panel/(:all)','action' => function() {return go('/login');}]
],
Anyone can maybe help?
Regards
Martin