This commit is contained in:
LAPTOP-DGCU80CH\user1
2020-12-06 11:21:25 +08:00
parent f8fb246257
commit e82b780147
6 changed files with 175 additions and 73 deletions
@@ -148,12 +148,6 @@ class CustomersController extends Controller
//
}
public function test(){
$response = Http::get('http://localhost:8000/api/customers');
dd($response->json());
}
public function getOTP()
{
$auth_user = Auth::user();