tambah pelanggan aktif untuk admin portal

This commit is contained in:
BTMS2
2025-05-20 12:37:19 +08:00
parent 5411917206
commit 623db125e5
2 changed files with 109 additions and 0 deletions
+2
View File
@@ -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']);
});
});