mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
nostrplebs api added
This commit is contained in:
@@ -47,6 +47,7 @@ Route::middleware([])
|
|||||||
'id',
|
'id',
|
||||||
])
|
])
|
||||||
->whereNotNull('nostr')
|
->whereNotNull('nostr')
|
||||||
|
->where('nostr', 'like', 'npub1%')
|
||||||
->orderByDesc('id')
|
->orderByDesc('id')
|
||||||
->get()
|
->get()
|
||||||
->unique('nostr')
|
->unique('nostr')
|
||||||
|
|||||||
Reference in New Issue
Block a user