mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add some tests.
This commit is contained in:
@@ -102,10 +102,10 @@ Route::group(
|
||||
[
|
||||
'namespace' => 'FireflyIII\Api\V1\Controllers\Chart',
|
||||
'prefix' => 'v1/chart/balance',
|
||||
'as' => 'api.v1.chart.balance',
|
||||
'as' => 'api.v1.chart.balance.',
|
||||
],
|
||||
static function (): void {
|
||||
Route::get('balance', ['uses' => 'BalanceController@balance', 'as' => 'balance.balance']);
|
||||
Route::get('balance', ['uses' => 'BalanceController@balance', 'as' => 'balance']);
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user