cqpCow 1 년 전
부모
커밋
8a96056324
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      routes/wx.php

+ 1 - 0
routes/wx.php

@@ -90,4 +90,5 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     $route->any('getMySetting', 'Api\ProductInventoryController@getMySetting');
 
     $route->any('getSettingTotal', 'Api\ScheduleController@getSettingTotal');
+    $route->any('getSettingGetDetail', 'Api\ScheduleController@getSettingGetDetail');
 });