is there a way to declare more that one route for a plugin?
My plugin is access like this:
OW::getRouter()->addRoute(new OW_Route('test.index', '/test', "TEST_CTRL_Custom", 'index'));
How can I add make this plugin accept more URLs apart from /test/
Like:
/test2
/test3
etc???