diff --git a/api/endpoints/alerts.php b/api/endpoints/alerts.php index 0118701..20de147 100644 --- a/api/endpoints/alerts.php +++ b/api/endpoints/alerts.php @@ -119,7 +119,7 @@ function refresh_agent_alerts(): void { 'jarvis' => 'jarvis.orbishosting.com', 'tomsjavajive' => 'tomsjavajive.com', 'epictravelexp'=> 'epictravelexpeditions.com', - 'parkersling' => 'parkerslingshot.epictravelexpeditions.com', + 'parkersling' => 'parkerslingshotrentals.com', 'orbishosting' => 'orbishosting.com', 'orbisportal' => 'orbis.orbishosting.com', 'tomtomgames' => 'tomtomgames.com', diff --git a/api/endpoints/do_server.php b/api/endpoints/do_server.php index 9c8c8b9..bd1dbb0 100644 --- a/api/endpoints/do_server.php +++ b/api/endpoints/do_server.php @@ -42,7 +42,7 @@ $siteLabels = [ "jarvis" => "jarvis.orbishosting.com", "tomsjavajive" => "tomsjavajive.com", "epictravelexp"=> "epictravelexpeditions.com", - "parkersling" => "parkerslingshot", + "parkersling" => "parkerslingshotrentals.com", "orbishosting" => "orbishosting.com", "orbisportal" => "orbis.orbishosting.com", "tomtomgames" => "tomtomgames.com", diff --git a/api/endpoints/facts_collector.php b/api/endpoints/facts_collector.php index 96004b9..64a0c2c 100644 --- a/api/endpoints/facts_collector.php +++ b/api/endpoints/facts_collector.php @@ -284,7 +284,7 @@ function collect_all(): array { 'jarvis' => 'https://jarvis.orbishosting.com', 'tomsjavajive' => 'https://tomsjavajive.com', 'epictravelexp'=> 'https://epictravelexpeditions.com', - 'parkersling' => 'https://parkerslingshot.epictravelexpeditions.com', + 'parkersling' => 'https://parkerslingshotrentals.com', 'orbishosting' => 'https://orbishosting.com', 'orbisportal' => 'https://orbis.orbishosting.com', 'tomtomgames' => 'https://tomtomgames.com',