How to call a action controller in module?
I access the url with the address
"example.com/admin/test"
I've action controller test like this
protected-modules-admin-controllers-AdminController-actionTest
but the output is
Error 404 Unable to resolve the request "admin/test".
if i call controller actionTest
protected-controllers-UserController-actionTest
and i access the url
"example.com/user/test"
it can, there is no problem
thanks for the help