Thanks. This solution fixed my problem.
/tags/(:tag).rss .... GET tagstagrss
^/tags/([^/\.]+)\.rss ^/?(?:\.([^/]+))?$
On Пт, авг 1, 2014 в 5:45 , sri <[email protected]> wrote:
$r->get('/tags/:tag.rss')->to('router#tags_tag_rss');
$r->get('/tags/(:tag).rss')->to('router#tags_tag_rss');
--
sebastian
--
You received this message because you are subscribed to the Google
Groups "Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.