I have routes:

  $r->get('/')->to('site#index');
  $r->get('/site/:id')->to('site#show_category');
  $r->get('/:category/:id')->to('site#show_id');

but this is not work:

$r->get('/:category/:id')->to('site#show_id');

I want to select all articles from category so:

http://domen.com/category/

Do you have idea? Thanks.




-- 
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 https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to