cqpCow 1 gadu atpakaļ
vecāks
revīzija
8a96056324
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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');
 });