Skip to content

Commit

Permalink
Merge pull request #347 from czqoocavatsim/JoshuaBranch
Browse files Browse the repository at this point in the history
Update VATSIM UK API Link for Shanwick Controller
  • Loading branch information
mufassilyasir authored Sep 18, 2024
2 parents 8d7ba32 + 0d81a0e commit ffbf4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/ProcessShanwickController.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public function handle()

// Create a Request for the Shanwick Controllers
$client = new Client(['timeout' => 1000]);
$response = $client->request('GET', "https://www.vatsim.uk/api/validations?position=EGGX_FSS");
$response = $client->request('GET', "https://www.vatsim.uk/api/validations?position=EGGX_CTR");
$data = json_decode($response->getBody(), true);
$data_json = $data['validated_members'];

Expand Down

0 comments on commit ffbf4a8

Please sign in to comment.