From 705a35dc96616ddaca48d14ce7551547db22f5eb Mon Sep 17 00:00:00 2001 From: Samsh001 Date: Tue, 7 Jan 2025 11:49:31 +0000 Subject: [PATCH] update fast facilities request to work with adjusted tag based search request --- app/Fast/Fast.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ],