]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Acme/DemoBundle/Resources/config/routing.yml
symfony is there
[github/wallabag/wallabag.git] / src / Acme / DemoBundle / Resources / config / routing.yml
1 _welcome:
2 path: /
3 defaults: { _controller: AcmeDemoBundle:Welcome:index }
4
5 _demo_secured:
6 resource: "@AcmeDemoBundle/Controller/SecuredController.php"
7 type: annotation
8
9 _demo:
10 resource: "@AcmeDemoBundle/Controller/DemoController.php"
11 type: annotation
12 prefix: /demo