cqp 11 mesi fa
parent
commit
f2f0d38e14
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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');