diff options
| author | horus | 2021-01-16 00:17:34 +0100 |
|---|---|---|
| committer | horus | 2021-01-16 00:17:34 +0100 |
| commit | d05c5176449dd8096446a34f15c9e7cf4242f821 (patch) | |
| tree | 05d03993f952793e47713afabaac8e9b2c8391af | |
| parent | 0e21646b42c36dd37261259eec6c7c21137beb49 (diff) | |
| download | kategorischeraperitif-d05c5176449dd8096446a34f15c9e7cf4242f821.tar.gz | |
Bugfix in routes
| -rw-r--r-- | routes/web.php | 2 |
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'); |
