mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Update boxes.
This commit is contained in:
@@ -33,6 +33,17 @@ Route::group(
|
||||
}
|
||||
);
|
||||
|
||||
/**
|
||||
* V2 API route for net worth endpoint(s);
|
||||
*/
|
||||
Route::group(
|
||||
['namespace' => 'FireflyIII\Api\V2\Controllers', 'prefix' => 'v2/net-worth',
|
||||
'as' => 'api.v2.net-worth.',],
|
||||
static function () {
|
||||
Route::get('', ['uses' => 'NetWorthController@get', 'as' => 'index']);
|
||||
}
|
||||
);
|
||||
|
||||
/**
|
||||
* V2 API route for bills.
|
||||
*/
|
||||
@@ -45,6 +56,8 @@ Route::group(
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* V2 API route for budgets.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user