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