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
2012-07-09 14:43:50 +02:00

4 lines
94 B
YAML

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