change wallet/public key

This commit is contained in:
HolgerHatGarKeineNode
2023-02-25 19:30:27 +01:00
parent c4a78b64fa
commit b44ebad89b

View File

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