tambah api aging controller
This commit is contained in:
@@ -33,5 +33,7 @@ $router->group(['prefix' => 'api/reports'], function () use ($router) {
|
||||
|
||||
$router->get('lelongan', ['uses' => 'LelonganController@getSummaryLaporanLelong']);
|
||||
$router->get('lelongan/{kod_cawangan}', ['uses' => 'LelonganController@getLaporanCawangan']);
|
||||
|
||||
$router->get('aging', ['uses' => 'AgingController@getSummaryLaporanAging']);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user