Skip to content

Commit

Permalink
Merge pull request #291 from czqoocavatsim/JoshuaNeedsCoffee
Browse files Browse the repository at this point in the history
Update ApplicationsController.php
  • Loading branch information
JoshuaMicallefYBSU authored Aug 16, 2024
2 parents 1575c15 + 151df28 commit b082d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/Training/ApplicationsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public function apply(Request $request)
//Check hours of controller

//Download via CURL
// $url = 'https://api.vatsim.net/v2/members/'.auth()->id().'/stats';
$url = 'https://api.vatsim.net/v2/members/1342084/stats';
$url = 'https://api.vatsim.net/v2/members/'.auth()->id().'/stats';
// $url = 'https://api.vatsim.net/v2/members/1342084/stats';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
Expand Down

0 comments on commit b082d25

Please sign in to comment.