mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
nostrplebs redirect to einundzwanzig nostr client
This commit is contained in:
@@ -54,7 +54,9 @@ Route::middleware([])
|
||||
->name('authors.overview');
|
||||
|
||||
Route::middleware([])
|
||||
->get('/nostr/einundzwanzig-plebs', \App\Http\Livewire\Nostr\PlebsOverview::class)
|
||||
->get('/nostr/einundzwanzig-plebs', function () {
|
||||
return redirect('https://einundzwanzigstr.codingarena.de/einundzwanzig-plebs');
|
||||
})
|
||||
->name('nostr.plebs');
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user