X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/189c7b2b18b4bc527a7503779bbcd67547ed0a4c..048ea02f8dee4882447b444fce371999e8492735:/config/routes/rapsys_air.yaml.orig diff --git a/config/routes/rapsys_air.yaml.orig b/config/routes/rapsys_air.yaml.orig new file mode 100644 index 0000000..518cc02 --- /dev/null +++ b/config/routes/rapsys_air.yaml.orig @@ -0,0 +1,34 @@ +rapsys_air_index: + path: / + controller: Rapsys\AirBundle\Controller\DefaultController::index + methods: GET + +rapsys_air_contact: + path: /contact + controller: Rapsys\AirBundle\Controller\DefaultController::contact + methods: GET|POST + +rapsys_air_policy: + path: /policy + controller: Rapsys\AirBundle\Controller\DefaultController::policy + methods: GET + +rapsys_air_location: + path: /locations + controller: Rapsys\AirBundle\Controller\LocationController::index + methods: GET + +rapsys_air_location_show: + path: /location/{id<\d+>} + controller: Rapsys\AirBundle\Controller\LocationController::show + methods: GET + +rapsys_air_user: + path: /users + controller: Rapsys\AirBundle\Controller\UserController::index + methods: GET + +rapsys_air_user_show: + path: /user/{id<\d+>} + controller: Rapsys\AirBundle\Controller\UserController::show + methods: GET