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',
|
||||
])
|
||||
->whereNotNull('nostr')
|
||||
->where('nostr', 'like', 'npub1%')
|
||||
->orderByDesc('id')
|
||||
->get()
|
||||
->unique('nostr')
|
||||
|
||||
Reference in New Issue
Block a user