fixes on login

This commit is contained in:
Ludovic CANDELLIER
2023-08-28 22:58:11 +02:00
parent f85df32c67
commit 043b7d7215
7 changed files with 94 additions and 73 deletions

View File

@@ -13,8 +13,7 @@
// Auth::routes();
Route::get('', 'Shop\HomeController@index')->name('welcome');
Route::get('home', 'Shop\HomeController@index')->name('home');
Route::get('', 'Shop\HomeController@index')->name('home');
include __DIR__.'/Admin/route.php';
include __DIR__.'/Shop/route.php';