cqp 11 달 전
부모
커밋
f2f0d38e14
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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');