Moved out rejected orders

This commit is contained in:
Deon George
2018-11-21 13:46:16 +11:00
parent aeacb726dd
commit 72fcdab84e
8 changed files with 139 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ Route::group(['middleware'=>['auth:api','role:reseller']], function() {
Route::get('/r/accounts','ResellerServicesController@accounts');
Route::get('/r/clients','ResellerServicesController@clients');
Route::get('/r/service_movements','ResellerServicesController@service_movements');
Route::get('/r/service_inactive','ResellerServicesController@service_inactive');
});
Route::group(['middleware'=>'auth:api'], function() {