Browse Source

rm doc

tags/0.1.0
Robin Thoni 9 years ago
parent
commit
ba49cd5568
2 changed files with 1 additions and 7 deletions
  1. 1
    5
      composer.json
  2. 0
    2
      src/Auth/Business/LuticateBusiness.php

+ 1
- 5
composer.json View File

13
     },{
13
     },{
14
       "type": "vcs",
14
       "type": "vcs",
15
       "url":  "https://git.rthoni.com/luticate/generator.git"
15
       "url":  "https://git.rthoni.com/luticate/generator.git"
16
-    },{
17
-      "type": "vcs",
18
-      "url":  "https://git.rthoni.com/luticate/doc.git"
19
     }],
16
     }],
20
     "require": {
17
     "require": {
21
       "laravel/lumen-framework": "5.1.x-dev",
18
       "laravel/lumen-framework": "5.1.x-dev",
22
       "firebase/php-jwt": "~2.0",
19
       "firebase/php-jwt": "~2.0",
23
-      "luticate/utils": "*",
24
-      "luticate/doc": "*"
20
+      "luticate/utils": "*"
25
     },
21
     },
26
     "require-dev": {
22
     "require-dev": {
27
       "luticate/generator": "*"
23
       "luticate/generator": "*"

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

57
 
57
 
58
         $route = LuRoute::getInstance();
58
         $route = LuRoute::getInstance();
59
 
59
 
60
-        LuDocBusiness::setupRoutes("$prefix/luticate");
61
-
62
         $route->post("$prefix/users/login", "${ns}LuticateUsersBusiness", "login");
60
         $route->post("$prefix/users/login", "${ns}LuticateUsersBusiness", "login");
63
         $route->post("$prefix/users/logout", "${ns}LuticateUsersBusiness", "logout");
61
         $route->post("$prefix/users/logout", "${ns}LuticateUsersBusiness", "logout");
64
         $route->post("$prefix/users/$id", "${ns}LuticateUsersBusiness", "getById", LuticatePermissions::USER_GET);
62
         $route->post("$prefix/users/$id", "${ns}LuticateUsersBusiness", "getById", LuticatePermissions::USER_GET);

Loading…
Cancel
Save