Delete unused route

This commit is contained in:
James Cole 2021-07-09 06:42:23 +02:00
parent ec73020b3c
commit e2380def5d
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -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