From e2380def5d600475db6147e6e1933d1c411245f6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 9 Jul 2021 06:42:23 +0200 Subject: [PATCH] Delete unused route --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index e61c45ac71..6c1464072d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -127,7 +127,7 @@ Route::group( static function () { // show: - Route::get('', ['uses' => 'Account\IndexController@emptyIndex', 'as' => 'empty-index']); + //Route::get('', ['uses' => 'Account\IndexController@emptyIndex', 'as' => 'empty-index']); Route::get('{objectType}', ['uses' => 'Account\IndexController@index', 'as' => 'index'])->where('objectType', 'revenue|asset|expense|liabilities'); // create