tambah carian by nama
This commit is contained in:
@@ -60,6 +60,10 @@ $router->group(['prefix'=>'api'], function () use ($router){
|
||||
$router->get('admin/customers/nokp/search',['uses'=>'CustomerController@showOneCustomerByICAdmin']);
|
||||
$router->get('customer/blacklist',['uses'=>'CustomerController@blacklistCustomer']);
|
||||
$router->get('customer/eachcawangan/{ic}',['uses'=>'CustomerController@showCustomerByEachCawangan']);
|
||||
//arcc
|
||||
$router->get('customer/searchbyname',['uses'=>'CustomerController@searchByName']);
|
||||
// Route::get('/api/customers/searchbyname', [CustomerController::class, 'searchByName']);
|
||||
|
||||
|
||||
//Change Password
|
||||
$router->post('changepassword/{kodcaw}/{id}',['uses'=>'CustomerController@changepassword']);
|
||||
|
||||
Reference in New Issue
Block a user