]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Acme/DemoBundle/Resources/config/routing.yml
first implementation of security
[github/wallabag/wallabag.git] / src / Acme / DemoBundle / Resources / config / routing.yml
CommitLineData
93fd4692
NL
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