This commit is contained in:
Afiq
2021-01-03 10:08:02 +08:00
parent 1c11993b6f
commit be3f221201
3 changed files with 27 additions and 17 deletions
+5 -3
View File
@@ -191,7 +191,9 @@ $router->group(['prefix'=>'api'], function () use ($router){
});
$router->group(['prefix'=>'mobile'], function () use ($router){
$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->post('customers/details',['uses'=>'CustomerController@showOneCustomerByICMobile']);
$router->post('customers/gadai',['uses'=>'CustomerController@showOneCustomerGadaiMobile']);
$router->post('customers/gadai/amaran/lelong',['uses'=>'CustomerController@show6BlnGadai']);
$router->get('harga_emas',['uses'=>'HargaEmasController@showAllHargaEmasMobile']);
});