freescout/freescout-dist/vendor/symfony/routing/Tests/Fixtures/controller/routing.yml

12 lines
179 B
YAML
Raw Normal View History

2023-12-22 19:40:32 +00:00
app_homepage:
path: /
controller: AppBundle:Homepage:show
app_blog:
path: /blog
defaults:
_controller: AppBundle:Blog:list
app_logout:
path: /logout