test ipay88

This commit is contained in:
LAPTOP-DGCU80CH\user1
2020-12-20 15:54:51 +08:00
parent c5e25d9256
commit 3d5697c065
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -29,6 +29,8 @@ $router->group(['prefix'=>'api'], function () use ($router){
$router->delete('customers/{kodcaw}/{nokp}', ['uses' => 'CustomerController@delete']);
$router->put('customers/update/{nokp}', ['uses' => 'CustomerController@customerUpdate']);
$router->get('customers/latest/{kodcaw}',['uses'=>'CustomerController@getLatestCustomer']);
//Gadai API
$router->get('gadai',['uses'=>'GadaiController@showAllGadais']);
$router->get('gadai/{noic}',['uses'=>'GadaiController@showOneGadai']);