This commit is contained in:
hafifierahman
2020-12-06 13:09:09 +08:00
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();