Merge pull request #4855 from vonsogt/patch-1

Update api.php
This commit is contained in:
James Cole 2021-06-16 08:40:22 +02:00 committed by GitHub
commit 8d454ed92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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']);