update api

This commit is contained in:
Afiq
2021-01-03 11:01:28 +08:00
parent be3f221201
commit 2bea4a1d29
2 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -191,9 +191,9 @@ $router->group(['prefix'=>'api'], function () use ($router){
});
$router->group(['prefix'=>'mobile'], function () use ($router){
$router->post('customers/details',['uses'=>'CustomerController@showOneCustomerByICMobile']);
$router->post('customers/gadai',['uses'=>'CustomerController@showOneCustomerGadaiMobile']);
$router->post('customers/gadai/amaran/lelong',['uses'=>'CustomerController@show6BlnGadai']);
$router->get('customers/{ic}',['uses'=>'CustomerController@showOneCustomerByICMobile']);
$router->get('customers/{ic}/gadai/{status}',['uses'=>'CustomerController@showOneCustomerGadaiMobile']);
$router->get('customers/{ic}/gadai/amaran/lelong',['uses'=>'CustomerController@show6BlnGadai']);
$router->get('harga_emas',['uses'=>'HargaEmasController@showAllHargaEmasMobile']);
});