Browse Source

user add route

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
24da82e48c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/Auth/Business/LuticateBusiness.php

+ 1
- 0
src/Auth/Business/LuticateBusiness.php View File

@@ -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…
Cancel
Save