diff --git a/routes/report.php b/routes/report.php index c122cec..6cf98f2 100644 --- a/routes/report.php +++ b/routes/report.php @@ -53,6 +53,9 @@ $router->group(['prefix' => 'api/reports'], function () use ($router) { $router->get('bayaran-online-detail', ['uses' => 'BayaranOnlineDetailController']); $router->get('gadaitebus', ['uses' => 'GadaianController@getSummaryLaporanGadaiTebus']); + $router->get('gadaitebusmasa', ['uses' => 'GadaianController@getSummaryLaporanGadaiTebusMasa']); + $router->get('gadaitebusmasa/{kod_cawangan}', ['uses' => 'GadaianController@getLaporanGadaiTebusMasaCawangan']); + }); });