mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Delete unused route
This commit is contained in:
@@ -127,7 +127,7 @@ Route::group(
|
|||||||
static function () {
|
static function () {
|
||||||
|
|
||||||
// show:
|
// 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');
|
Route::get('{objectType}', ['uses' => 'Account\IndexController@index', 'as' => 'index'])->where('objectType', 'revenue|asset|expense|liabilities');
|
||||||
|
|
||||||
// create
|
// create
|
||||||
|
Reference in New Issue
Block a user