From 7af18c65418027a4cc1cb9fe71f11489029c3912 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 6 Nov 2020 17:25:22 +0100 Subject: GalleryController, better news, using Bootstrap. --- routes/web.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'routes') diff --git a/routes/web.php b/routes/web.php index aa5492b..7797a17 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,9 +1,10 @@ name('newsEdi Route::get('/news/delete/{id}', [NewsController::class, 'destroy'])->name('newsDelete')->middleware(['auth']); -Route::get('/gallery', [PagesController::class, 'gallery'])->name('gallery'); +Route::get('/gallery', [GalleryController::class, 'index'])->name('gallery'); Route::get('/special-calls', [ReservationsController::class, 'index'])->name('activities'); -- cgit v1.2.3