added panjar route

This commit is contained in:
Hafifie PKB
2024-11-04 19:08:22 +08:00
parent 9443075afd
commit 8da43b9501
3 changed files with 119 additions and 45 deletions
+3
View File
@@ -649,6 +649,9 @@ $router->group(['prefix'=>'api'], function () use ($router){
$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']);
});