diff --git a/compass/app/Jobs/NotifyOfNewLocations.php b/compass/app/Jobs/NotifyOfNewLocations.php index 06da65c..667c1b6 100644 --- a/compass/app/Jobs/NotifyOfNewLocations.php +++ b/compass/app/Jobs/NotifyOfNewLocations.php @@ -1,6 +1,7 @@ env('BASE_URL').'api/last?token='.$db->token.'&geocode=1' + 'url' => env('BASE_URL').'api/last?token='.$db->read_token.'&geocode=1' ])); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_exec($ch);