]> Raphaƫl G. Git Repositories - airlibre/blob - config/routes/rapsys_air.yaml.orig
Add lock files
[airlibre] / config / routes / rapsys_air.yaml.orig
1 rapsys_air_index:
2 path: /
3 controller: Rapsys\AirBundle\Controller\DefaultController::index
4 methods: GET
5
6 rapsys_air_contact:
7 path: /contact
8 controller: Rapsys\AirBundle\Controller\DefaultController::contact
9 methods: GET|POST
10
11 rapsys_air_policy:
12 path: /policy
13 controller: Rapsys\AirBundle\Controller\DefaultController::policy
14 methods: GET
15
16 rapsys_air_location:
17 path: /locations
18 controller: Rapsys\AirBundle\Controller\LocationController::index
19 methods: GET
20
21 rapsys_air_location_show:
22 path: /location/{id<\d+>}
23 controller: Rapsys\AirBundle\Controller\LocationController::show
24 methods: GET
25
26 rapsys_air_user:
27 path: /users
28 controller: Rapsys\AirBundle\Controller\UserController::index
29 methods: GET
30
31 rapsys_air_user_show:
32 path: /user/{id<\d+>}
33 controller: Rapsys\AirBundle\Controller\UserController::show
34 methods: GET