Add wip overall reports
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$router->group(['prefix'=>'api'], function () use ($router){
|
||||
$router->get('gadailaporanOverallSummary', ['uses' => 'ReportGadaiController@getSummaryLaporanGadai']);
|
||||
$router->get('gadailaporan/{kod_cawangan}', ['uses' => 'ReportGadaiController@getLaporanCawangan']);
|
||||
});
|
||||
Reference in New Issue
Block a user