|
@@ -224,7 +224,7 @@ Route::group(['middleware'=> ['checkLogin']],function ($route){
|
|
|
|
|
|
//排班设置
|
|
//排班设置
|
|
$route->any('scheduleList', 'Api\ScheduleController@getList');
|
|
$route->any('scheduleList', 'Api\ScheduleController@getList');
|
|
- $route->any('scheduleEdit', 'Api\ScheduleController@edir');
|
|
|
|
|
|
+ $route->any('scheduleEdit', 'Api\ScheduleController@edit');
|
|
$route->any('scheduleDetail', 'Api\ScheduleController@detail');
|
|
$route->any('scheduleDetail', 'Api\ScheduleController@detail');
|
|
$route->any('scheduleAdd', 'Api\ScheduleController@add');
|
|
$route->any('scheduleAdd', 'Api\ScheduleController@add');
|
|
$route->any('scheduleDel', 'Api\ScheduleController@del');
|
|
$route->any('scheduleDel', 'Api\ScheduleController@del');
|