Skip to content

Commit

Permalink
update fast facilities request to work with adjusted tag based search…
Browse files Browse the repository at this point in the history
… request
  • Loading branch information
lsamshuijzen committed Jan 7, 2025
1 parent eabf85d commit 705a35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Fast/Fast.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
],
Expand Down

0 comments on commit 705a35d

Please sign in to comment.