Hi,
i am wondering why
[
'pattern' => ['panel/pages/news'],
'action' => function() {
go('panel/site/?tab=newspool');
}
],
doesn’t work when calling the given url <host>/panel/pages/news
doing the same with test
works as expected.
Thanks in advance, Thomas E.-E.