Parcourir la source

fixed route

tags/0.1.0
Robin Thoni il y a 8 ans
Parent
révision
f1f50f5710
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/Auth/Business/LuticateBusiness.php

+ 1
- 1
src/Auth/Business/LuticateBusiness.php Voir le fichier

@@ -83,7 +83,7 @@ class LuticateBusiness
83 83
 
84 84
         $route->get("$prefix/groups/$group_id/users/", "${ns}LuticateGroupsController", "getUsers",
85 85
             LuticatePermissions::GROUP_GET);
86
-        $route->get("$prefix/groups/$group_id/users/", "${ns}LuticateGroupsController", "getOtherUsers",
86
+        $route->get("$prefix/groups/$group_id/others/", "${ns}LuticateGroupsController", "getOtherUsers",
87 87
             LuticatePermissions::GROUP_GET);
88 88
         $route->post("$prefix/groups/$group_id/users/$user_id/add", "${ns}LuticateGroupsController", "addUser",
89 89
             array(LuticatePermissions::GROUP_USER_ADD, LuticatePermissions::GROUP_GET));

Chargement…
Annuler
Enregistrer