]> Raphaƫl G. Git Repositories - recipe/blobdiff - rapsys/userbundle/master/config/routes/rapsys_user.yaml
Remove configuration from recipe
[recipe] / rapsys / userbundle / master / config / routes / rapsys_user.yaml
diff --git a/rapsys/userbundle/master/config/routes/rapsys_user.yaml b/rapsys/userbundle/master/config/routes/rapsys_user.yaml
deleted file mode 100644 (file)
index 26a7cad..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-rapsys_user_login:
-    path: /login
-    controller: Rapsys\UserBundle\Controller\DefaultController::login
-    methods: GET|POST
-
-rapsys_user_recover:
-    path: /recover
-    controller: Rapsys\UserBundle\Controller\DefaultController::recover
-    methods: GET|POST
-
-rapsys_user_recover_mail:
-    path:     /recover/{recipient}/{hash}
-    controller: Rapsys\UserBundle\Controller\DefaultController::recoverMail
-    requirements:
-        recipient: '[a-zA-Z0-9=_-]+'
-        hash: '[a-zA-Z0-9=_-]+'
-    methods: GET|POST
-
-rapsys_user_register:
-    path: /register
-    controller: Rapsys\UserBundle\Controller\DefaultController::register
-    methods: GET|POST
-
-rapsys_user_logout:
-    path: /logout
-    methods: GET
-
-rapsys_user_homepage:
-    path: /
-    methods: GET