Loading routes/web.php +2 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,8 @@ }); Route::get('/modificationdives/members/{ds_code}/ajoutadherent/{level}', [AdherentController::class, 'searchByName']); * Unsuscribe the user from a diving session. /** Unsuscribe the user from a diving session */ Route::middleware('App\Http\Middleware\rightChecker') ->get('/unsubscribe/{ds_code}', [DivingUnsubscribeController::class, 'index']); Loading Loading
routes/web.php +2 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,8 @@ }); Route::get('/modificationdives/members/{ds_code}/ajoutadherent/{level}', [AdherentController::class, 'searchByName']); * Unsuscribe the user from a diving session. /** Unsuscribe the user from a diving session */ Route::middleware('App\Http\Middleware\rightChecker') ->get('/unsubscribe/{ds_code}', [DivingUnsubscribeController::class, 'index']); Loading