Explorar el Código

user add route

tags/0.1.0
Robin Thoni hace 8 años
padre
commit
24da82e48c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/Auth/Business/LuticateBusiness.php

+ 1
- 0
src/Auth/Business/LuticateBusiness.php Ver fichero

@@ -74,5 +74,6 @@ class LuticateBusiness
74 74
         $prefix = "/luticate";
75 75
         $ns = 'Luticate\Auth\Business\\';
76 76
         $route->post("$prefix/login", "${ns}LuticateUsersBusiness", "login");
77
+        $route->post("$prefix/add", "${ns}LuticateUsersBusiness", "add");
77 78
     }
78 79
 }

Loading…
Cancelar
Guardar