]> Raphaƫl G. Git Repositories - airlibre/blobdiff - config/routes/rapsys_air.yaml.orig
Add lock files
[airlibre] / 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 (file)
index 0000000..518cc02
--- /dev/null
@@ -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