This commit is contained in:
Ludovic CANDELLIER
2023-08-28 21:48:04 +02:00
parent 1cba52bb6d
commit f721422abc
11 changed files with 42 additions and 50 deletions

View File

@@ -13,7 +13,6 @@
// Auth::routes();
Route::get('login2', 'Shop\Auth\LoginController@showLoginForm')->name('login');
Route::get('', 'Shop\HomeController@index')->name('welcome');
Route::get('home', 'Shop\HomeController@index')->name('home');