Hove remove extra slashes only for one route? All others actions work with slash on the end. I need remove slash only for on route.
$router->add("/media/:action/([0-9]+)X([0-9]+)/:params", array( 'controller' => 'media', 'action' => 1, 'width' => 2, 'height' => 3, 'path' => 4 ))->setName("proxy");