Commit 8b2c1d3c authored by LucBUTGH's avatar LucBUTGH
Browse files

fix: route diversbysessions

parent 475a299d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,3 +71,5 @@
{
    return view('create_dive', ['locations' => DivingLocation::all(),  'boats' => Boat::all()]);
});

Route::get('/sessions', [Session::class,'index']);
 No newline at end of file