Rebuild front

This commit is contained in:
James Cole
2020-11-29 07:06:55 +01:00
parent a5b6bf5797
commit b38e7cbb1a
22 changed files with 301 additions and 54 deletions

View File

@@ -415,6 +415,10 @@ Route::group(
// Insight in expenses.
// Insight in expenses by date.
Route::get('expense/date/basic', ['uses' => 'Expense\DateController@basic', 'as' => 'expense.date.basic']);
// Insight in income.
// Insight in income by date.
Route::get('income/date/basic', ['uses' => 'Income\DateController@basic', 'as' => 'income.date.basic']);
}
);