changed login api endpoint
This commit is contained in:
parent
9398c053b1
commit
13e4cc1187
|
@ -6,7 +6,7 @@ $data = '{ "users":"' . $email . '", "password":"' . $pwd . '" }';
|
|||
$curl = curl_init();
|
||||
curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
|
||||
curl_setopt_array($curl, array(
|
||||
CURLOPT_URL => 'https://testapi.obpay.online/api/auth/login',
|
||||
CURLOPT_URL => 'https://testapi.obanana.io/api/auth/login',
|
||||
CURLOPT_RETURNTRANSFER => true,
|
||||
CURLOPT_ENCODING => '',
|
||||
CURLOPT_MAXREDIRS => 10,
|
||||
|
|
Loading…
Reference in New Issue