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:
@@ -40,7 +40,8 @@ Route::middleware([])
|
||||
'media',
|
||||
])
|
||||
->orderByDesc('id')
|
||||
->get()->map(fn($item) => [
|
||||
->get()
|
||||
->map(fn($item) => [
|
||||
'id' => $item->id,
|
||||
'name' => $item->name,
|
||||
'link' => $item->value,
|
||||
|
||||
Reference in New Issue
Block a user