mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Preference can be turned on and off (is always off now)
This commit is contained in:
@@ -44,6 +44,17 @@ Route::group(
|
||||
}
|
||||
);
|
||||
|
||||
/**
|
||||
* V2 API routes for charts
|
||||
*/
|
||||
Route::group(
|
||||
['namespace' => 'FireflyIII\Api\V2\Controllers\Chart', 'prefix' => 'v2/chart',
|
||||
'as' => 'api.v1.chart.',],
|
||||
static function () {
|
||||
Route::get('account/dashboard', ['uses' => 'AccountController@dashboard', 'as' => 'dashboard']);
|
||||
}
|
||||
);
|
||||
|
||||
/**
|
||||
* V2 API route for bills.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user