mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Various code cleanup.
This commit is contained in:
@@ -153,12 +153,12 @@ class HomeController extends Controller
|
||||
public function routes()
|
||||
{
|
||||
$set = RouteFacade::getRoutes();
|
||||
$ignore = ['chart.', 'javascript.', 'json.', 'report-data.', 'popup.', 'debugbar.','attachments.download', 'attachments.preview',
|
||||
'bills.rescan','budgets.income','currencies.def','error','flush','help.show','import.file',
|
||||
'login','logout','password.reset','profile.confirm-email-change','profile.undo-email-change',
|
||||
'register','report.options','routes','rule-groups.down','rule-groups.up','rules.up','rules.down',
|
||||
'rules.select','search.search','test-flash','transactions.link.delete','transactions.link.switch',
|
||||
'two-factor.lost','report.options'
|
||||
$ignore = ['chart.', 'javascript.', 'json.', 'report-data.', 'popup.', 'debugbar.', 'attachments.download', 'attachments.preview',
|
||||
'bills.rescan', 'budgets.income', 'currencies.def', 'error', 'flush', 'help.show', 'import.file',
|
||||
'login', 'logout', 'password.reset', 'profile.confirm-email-change', 'profile.undo-email-change',
|
||||
'register', 'report.options', 'routes', 'rule-groups.down', 'rule-groups.up', 'rules.up', 'rules.down',
|
||||
'rules.select', 'search.search', 'test-flash', 'transactions.link.delete', 'transactions.link.switch',
|
||||
'two-factor.lost', 'report.options',
|
||||
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user