nostrplebs redirect to einundzwanzig nostr client

This commit is contained in:
HolgerHatGarKeineNode
2023-09-27 14:58:47 +02:00
parent 3a5fe52cd1
commit 6b3597fa2c

View File

@@ -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');
/*