Commit a61ebb00 authored by LucBUTGH's avatar LucBUTGH
Browse files

fix: routes

parent dd900a22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@
    return AdherentController::addUserToDive($ds_code, $us_id);
});

Route::get('/modificationdives/members/{ds_code}/ajoutadherent/{level}', [AdherentController::class, 'searchByName']);
Route::get('/modificationdives/members/{ds_code}/ajoutadherent/{level}', [AdherentController::class, 'searchByName'])
    ->name('manage_dives_dir');

Route::middleware('App\Http\Middleware\RightChecker')