Skip to content

Commit

Permalink
routes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AravindRam-Ranium committed Feb 28, 2024
1 parent ec25f61 commit 2a7f054
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
use Illuminate\Session\Middleware\StartSession;
use Illuminate\Support\Facades\Route;
use Visualbuilder\FilamentUserConsent\Livewire\ConsentOptionFormBuilder;
use Visualbuilder\FilamentUserConsent\Livewire\ConsentOptionRequest;

//Routes for users to view and save their consent

Route::middleware([
EncryptCookies::class,
StartSession::class,
Expand All @@ -19,6 +17,5 @@
Authenticate::class,
'auth:admin,practitioner,enduser'
])->group(function () {
// Route::get('consent-option-request', ConsentOptionRequest::class)->name('consent-option-request');
Route::get('consent-option-request', ConsentOptionFormBuilder::class)->name('consent-option-request');
});

0 comments on commit 2a7f054

Please sign in to comment.