]> Raphaël G. Git Repositories - userbundle/commitdiff
Rename back rapsys_user in rapsys_user_index 0.3.2
authorRaphaël Gertz <git@rapsys.eu>
Mon, 11 Dec 2023 03:19:41 +0000 (04:19 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 11 Dec 2023 03:19:41 +0000 (04:19 +0100)
Resources/config/routes/rapsys_user.yaml

index 304077065595e1b3f333232c2011987c9b170d03..fed2abde69a1893c4cfec3c3bbc48b417957bfe1 100644 (file)
@@ -14,6 +14,11 @@ rapsys_user_edit:
         mail: '[a-zA-Z0-9=_-]+'
     methods: GET|POST
 
+rapsys_user_index:
+    path: /
+    controller: Rapsys\UserBundle\Controller\UserController::index
+    methods: GET
+
 rapsys_user_login:
     path: /login/{hash}/{mail}
     controller: Rapsys\UserBundle\Controller\UserController::login
@@ -46,8 +51,3 @@ rapsys_user_register:
     path: /register
     controller: Rapsys\UserBundle\Controller\UserController::register
     methods: GET|POST
-
-rapsys_user:
-    path: /
-    controller: Rapsys\UserBundle\Controller\UserController::index
-    methods: GET