nostrplebs api added

This commit is contained in:
HolgerHatGarKeineNode
2023-08-27 18:39:50 +02:00
parent 61f1baf18d
commit 3a5fe52cd1

View File

@@ -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')