cqp hace 11 meses
padre
commit
f2f0d38e14
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      routes/api.php

+ 2 - 0
routes/api.php

@@ -41,6 +41,8 @@ Route::group(['middleware'=> ['checkLogin']],function ($route){
     $route->any('roleDetail', 'Api\EmployeeController@roleDetail');
     $route->any('roleMenu', 'Api\EmployeeController@roleMenu');
 
+    $route->any('departList', 'Api\EmployeeController@departList');
+
 
     $route->any('kqList', 'Api\KqController@kqCollect');
     $route->any('kqCollect', 'Api\KqController@kqCollect');