diff --git a/app/Fast/Fast.php b/app/Fast/Fast.php index 73ca45a..fcef9d0 100644 --- a/app/Fast/Fast.php +++ b/app/Fast/Fast.php @@ -47,7 +47,7 @@ public function facilitiesRequest($page = 0) $result = new \stdClass(); try { - $response = $this->client->request('GET', "https://fast.geo.uu.nl/api/facilities?where[tags]=EPOS-MSL&page=$page", [ + $response = $this->client->request('GET', "https://fast.geo.uu.nl/api/query/facilities?where[tags]=EPOS-MSL&page=$page", [ 'headers' => [ 'Authorization' => config('fast.fast_api_token'), ],