tambah pelanggan aktif untuk admin portal
This commit is contained in:
@@ -41,5 +41,7 @@ $router->group(['prefix' => 'api/reports'], function () use ($router) {
|
||||
$router->get('petibesi', ['uses' => 'OutstandingController@getSummaryLaporanPetibesi']);
|
||||
|
||||
$router->get('pelangganbaru', ['uses' => 'AnalisaController@getSummaryLaporanPelangganBaru']);
|
||||
|
||||
$router->get('pelangganaktif', ['uses' => 'AnalisaController@getSummaryLaporanPelangganAktif']);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user