mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-28 18:51:55 +00:00
Clean up some code.
This commit is contained in:
@@ -240,18 +240,6 @@ Route::group(
|
||||
}
|
||||
);
|
||||
|
||||
//// Bills
|
||||
//Route::group(
|
||||
// ['namespace' => 'FireflyIII\Api\V1\Controllers\Chart', 'prefix' => 'chart/bill',
|
||||
// 'as' => 'api.v1.chart.bill.',],
|
||||
// static function () {
|
||||
//
|
||||
// // Overview API routes:
|
||||
// // Route::get('overview', ['uses' => 'BillController@overview', 'as' => 'overview']);
|
||||
// }
|
||||
//);
|
||||
|
||||
|
||||
// Configuration
|
||||
Route::group(
|
||||
['namespace' => 'FireflyIII\Api\V1\Controllers', 'prefix' => 'configuration',
|
||||
|
Reference in New Issue
Block a user