Commit f9e7e41e authored by Gabrielle Harang's avatar Gabrielle Harang
Browse files

🐛 fix: fixed typo in web.php

parent 36b9a3f4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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']);