added denominasi

This commit is contained in:
hafifierahman
2024-11-04 01:19:10 +08:00
parent 3a7259a64c
commit 9443075afd
3 changed files with 12 additions and 3 deletions
+1
View File
@@ -648,6 +648,7 @@ $router->group(['prefix'=>'api'], function () use ($router){
$router->get('/cawangan/bycawnotisperingatan/{kodcaw}/{notisid}',['uses'=>'CawanganCallCenterController@bycawnotisperingatan']);
$router->post('test/updatetunai/{kodcaw}',['uses'=>'DenominasiController@test']);
$router->post('test/serahantunai/{kodcaw}',['uses'=>'DenominasiController@test2']);
});