Changed service movements rendering

This commit is contained in:
Deon George
2020-04-14 17:40:47 +10:00
parent 4dfa8f1122
commit 3784de855a
4 changed files with 38 additions and 44 deletions

View File

@@ -23,7 +23,6 @@ Route::group(['middleware'=>['auth:api','role:reseller']], function() {
Route::get('/r/agents','ResellerServicesController@agents');
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');
});