mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
commit
8d454ed92a
@ -152,7 +152,7 @@ Route::group(
|
||||
// Insight in transfers
|
||||
Route::group(
|
||||
['namespace' => 'FireflyIII\Api\V1\Controllers\Insight\Transfer', 'prefix' => 'insight/transfer',
|
||||
'as' => 'api.v1.insight.income.',],
|
||||
'as' => 'api.v1.insight.transfer.',],
|
||||
static function () {
|
||||
// Insight in expenses per account:
|
||||
Route::get('asset', ['uses' => 'AccountController@asset', 'as' => 'asset']);
|
||||
|
Loading…
Reference in New Issue
Block a user