From 03f342ea016b5949ce681306aa3ec5a57ca7cea5 Mon Sep 17 00:00:00 2001 From: Mohammad Moghadasi Date: Sat, 22 Nov 2025 22:05:35 +0330 Subject: [PATCH] conflict two route name inside the web.php --- routes/web.php | 2 +- setup.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 setup.sh diff --git a/routes/web.php b/routes/web.php index 64c1d99b..f101622a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -125,7 +125,7 @@ Route::view('/about', 'about')->name('about'); Route::view('/shop', 'shop')->name('shop'); -Route::view('/account', 'account')->middleware('auth')->name('about'); +Route::view('/account', 'account')->middleware('auth')->name('account'); // Blog routes diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755