fix error url lelong
This commit is contained in:
@@ -607,7 +607,7 @@ class LelongController extends Controller
|
|||||||
if(env('APP_ENV') != 'production'){
|
if(env('APP_ENV') != 'production'){
|
||||||
$link = 'http://niklah.arrahn.com.my/api/portalApi';
|
$link = 'http://niklah.arrahn.com.my/api/portalApi';
|
||||||
}else{
|
}else{
|
||||||
$link = 'https://https://adminbid-kopkb.erahn.com.my/api/portalApi';
|
$link = 'https://adminbid-kopkb.erahn.com.my/api/portalApi';
|
||||||
}
|
}
|
||||||
|
|
||||||
$lelong = Http::withOptions(['verify' => true])->get($link,[
|
$lelong = Http::withOptions(['verify' => true])->get($link,[
|
||||||
|
|||||||
Reference in New Issue
Block a user