mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 03:10:32 -06:00
New route for table.
This commit is contained in:
parent
840dfa6696
commit
9e2f7af59b
@ -164,6 +164,7 @@ Route::group(
|
||||
Route::get('/table/accounts/{what}', ['uses' => 'GoogleTableController@accountList']);
|
||||
Route::get('/table/categories', ['uses' => 'GoogleTableController@categoryList']);
|
||||
Route::get('/table/recurring', ['uses' => 'GoogleTableController@recurringList']);
|
||||
Route::get('/table/recurring/{recurring}/transactions', ['uses' => 'GoogleTableController@transactionsByRecurring']);
|
||||
Route::get('/table/transactions/{what}', ['uses' => 'GoogleTableController@transactionsList'])->where(['what' => 'expenses|revenue|withdrawal|deposit|transfer|transfers']);
|
||||
|
||||
// google table for components (categories + budgets)
|
||||
|
Loading…
Reference in New Issue
Block a user