edited route test to panjar

This commit is contained in:
hafifierahman
2024-11-10 22:32:28 +08:00
parent 494408a5cc
commit 00f077544b
3 changed files with 20 additions and 11 deletions
+5 -5
View File
@@ -648,11 +648,11 @@ $router->group(['prefix'=>'api'], function () use ($router){
$router->get('/cawangan/getcawnotisall/{kodcaw}',['uses'=>'CawanganCallCenterController@getcawnotisall']);
$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']);
$router->post('test/createpanjar/{kodcaw}',['uses'=>'DenominasiController@test3']);
$router->post('test/deletepanjar/{kodcaw}',['uses'=>'DenominasiController@test4']);
$router->post('panjar/updatetunai/{kodcaw}',['uses'=>'DenominasiController@cashdeposit']);
$router->post('panjar/serahantunai/{kodcaw}',['uses'=>'DenominasiController@cashwithdraw']);
$router->post('panjar/createpanjar/{kodcaw}',['uses'=>'DenominasiController@createpanjar']);
$router->post('panjar/deletepanjar/{kodcaw}',['uses'=>'DenominasiController@deletepanjar']);
$router->get('panjar/getperubatan/{kodcaw}',['uses'=>'DenominasiController@getPerubatanAmount']);
});