This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Routing/Fixtures/validpattern.yml
2011-03-19 23:37:58 +01:00

5 lines
95 B
YAML

blog_show:
pattern: /blog/{slug}
defaults: { _controller: MyBlogBundle:Blog:show }