summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorus2021-01-16 00:17:34 +0100
committerhorus2021-01-16 00:17:34 +0100
commitd05c5176449dd8096446a34f15c9e7cf4242f821 (patch)
tree05d03993f952793e47713afabaac8e9b2c8391af
parent0e21646b42c36dd37261259eec6c7c21137beb49 (diff)
downloadkategorischeraperitif-d05c5176449dd8096446a34f15c9e7cf4242f821.tar.gz
Bugfix in routes
-rw-r--r--routes/web.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/web.php b/routes/web.php
index 2d4630b..a272f87 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -11,7 +11,7 @@
|
*/
-Route::get('/', 'IndexController@showPage')->name('whisky');
+Route::get('/', 'IndexController@showPage')->name('index');
Route::get('/whisky', 'ListOfferController@showPage')->name('whisky');
Route::get('/wodka', 'ListOfferController@showPage')->name('wodka');