Robin Thoni 8 роки тому
джерело
коміт
ba49cd5568
2 змінених файлів з 1 додано та 7 видалено
  1. 1
    5
      composer.json
  2. 0
    2
      src/Auth/Business/LuticateBusiness.php

+ 1
- 5
composer.json Переглянути файл

@@ -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 Переглянути файл

@@ -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);

Завантаження…
Відмінити
Зберегти