Files
Chamilo/vendor/symfony/routing/Tests/Fixtures/controller/routing.yml
2025-04-10 12:24:57 +02:00

12 lines
179 B
YAML

app_homepage:
path: /
controller: AppBundle:Homepage:show
app_blog:
path: /blog
defaults:
_controller: AppBundle:Blog:list
app_logout:
path: /logout