fix error url lelong

This commit is contained in:
nurafrinaalimi16
2025-11-11 00:08:26 +08:00
parent e7650febfc
commit c7874c15bc
+1 -1
View File
@@ -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,[