mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
bindle api
This commit is contained in:
@@ -44,7 +44,7 @@ Route::middleware([])
|
||||
->map(fn($item) => [
|
||||
'id' => $item->id,
|
||||
'name' => $item->name,
|
||||
'link' => $item->value,
|
||||
'link' => strtok($item->value, "?"),
|
||||
'image' => $item->getFirstMediaUrl('main'),
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user