]> Raphaƫl G. Git Repositories - treebundle/blob - Resources/config/routes/rapsystree.yaml
Add rapsys user configuration
[treebundle] / Resources / config / routes / rapsystree.yaml
1 # Routes configuration
2 rapsystree:
3 path:
4 en_gb: '/en'
5 fr_fr: '/'
6 controller: Rapsys\TreeBundle\Controller\TreeController::index
7 methods: GET
8
9 rapsystree_directory:
10 path:
11 en_gb: '/en/directory/{path<.+>?}'
12 fr_fr: '/chemin/{path<.+>?}'
13 controller: Rapsys\TreeBundle\Controller\TreeController::directory
14 methods: GET
15
16 rapsystree_document:
17 path:
18 en_gb: '/en/document/{file<.+>?}'
19 fr_fr: '/document/{file<.+>?}'
20 controller: Rapsys\TreeBundle\Controller\TreeController::document
21 methods: GET