mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Delete unused route
This commit is contained in:
parent
ec73020b3c
commit
e2380def5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user