Browse Source

rm doc

tags/0.1.0
Robin Thoni 8 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,15 +13,11 @@
13 13
     },{
14 14
       "type": "vcs",
15 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 17
     "require": {
21 18
       "laravel/lumen-framework": "5.1.x-dev",
22 19
       "firebase/php-jwt": "~2.0",
23
-      "luticate/utils": "*",
24
-      "luticate/doc": "*"
20
+      "luticate/utils": "*"
25 21
     },
26 22
     "require-dev": {
27 23
       "luticate/generator": "*"

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

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

Loading…
Cancel
Save