mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Delete unused route
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user