mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
change wallet/public key
This commit is contained in:
@@ -112,7 +112,7 @@ Route::middleware([
|
|||||||
Route::middleware([
|
Route::middleware([
|
||||||
'auth',
|
'auth',
|
||||||
])
|
])
|
||||||
->get('/my-lightning-wallet', \App\Http\Livewire\Wallet\LightningWallet::class)
|
->get('/change-lightning-wallet', \App\Http\Livewire\Wallet\LightningWallet::class)
|
||||||
->name('profile.wallet');
|
->name('profile.wallet');
|
||||||
|
|
||||||
Route::get('/auth/ln', \App\Http\Livewire\Auth\LNUrlAuth::class)
|
Route::get('/auth/ln', \App\Http\Livewire\Auth\LNUrlAuth::class)
|
||||||
|
|||||||
Reference in New Issue
Block a user