Skip to content

Commit

Permalink
bindle api
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerHatGarKeineNode committed Aug 18, 2023
1 parent c8242e4 commit 4486307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
->map(fn($item) => [
'id' => $item->id,
'name' => $item->name,
'link' => $item->value,
'link' => strtok($item->value, "?"),
'image' => $item->getFirstMediaUrl('main'),
]);
});
Expand Down

0 comments on commit 4486307

Please sign in to comment.