mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lnbits paid articles added
This commit is contained in:
@@ -128,6 +128,12 @@ Route::middleware([
|
||||
->get('/my-meetups', \App\Http\Livewire\Profile\Meetups::class)
|
||||
->name('profile.meetups');
|
||||
|
||||
Route::middleware([
|
||||
'auth',
|
||||
])
|
||||
->get('/lnbits', \App\Http\Livewire\Profile\LNBits::class)
|
||||
->name('profile.lnbits');
|
||||
|
||||
Route::middleware([
|
||||
'auth',
|
||||
])
|
||||
@@ -220,7 +226,8 @@ Route::middleware([])
|
||||
->as('project.')
|
||||
->prefix('/{country:code}/project-funding')
|
||||
->group(function () {
|
||||
Route::get('/project/form/{projectProposal?}', \App\Http\Livewire\ProjectProposal\Form\ProjectProposalForm::class)
|
||||
Route::get('/project/form/{projectProposal?}',
|
||||
\App\Http\Livewire\ProjectProposal\Form\ProjectProposalForm::class)
|
||||
->name('projectProposal.form')
|
||||
->middleware(['auth']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user