fixes on login
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user