mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
list of nostr plebs added
This commit is contained in:
@@ -53,6 +53,10 @@ Route::middleware([])
|
||||
->get('/news/authors', \App\Http\Livewire\News\AuthorsOverview::class)
|
||||
->name('authors.overview');
|
||||
|
||||
Route::middleware([])
|
||||
->get('/nostr/einundzwanzig-plebs', \App\Http\Livewire\Nostr\PlebsOverview::class)
|
||||
->name('nostr.plebs');
|
||||
|
||||
/*
|
||||
* News
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user