Routing
homepage
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/admin
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | vatri_google_drive_auth | /vatri_google_drive/auth | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | app_admin | /admin | Path does not match |
15 | app_random | /random | Path does not match |
16 | app_account | /admin/account | Path does not match |
17 | app_account_json | /admin/account/getJsonAll | Path does not match |
18 | app_account_new | /admin/account/new | Path does not match |
19 | app_account_edit | /admin/account/edit/{id} | Path does not match |
20 | app_bank_statement_index | /admin/bank/statement | Path does not match |
21 | app_bank_statement_getFeed | /admin/bank/statement/getFeed | Path does not match |
22 | app_bank_statement_correctTotal | /admin/bank/statement/correctTotal/{id} | Path does not match |
23 | app_bank_statement_updateTotal | /admin/bank/statement/updateTotal/{id}/{total} | Path does not match |
24 | app_bank_statement_linkCheck | /admin/bank/statement/linkCheck | Path does not match |
25 | app_bank_statement_checkBankFeed | /admin/bank/statement/checkBankFeed | Path does not match |
26 | app_bank_statement_syncDB | /admin/bank/statement/syncDB | Path does not match |
27 | app_bank_statement_saveDB | /admin/bank/statement/saveDB | Path does not match |
28 | app_bank_statement_firstLoad | /admin/bank/statement/firstLoad | Path does not match |
29 | app_branch | /admin/branch | Path does not match |
30 | app_branch_success | /admin/branch/success | Path does not match |
31 | app_branch_list | /admin/branch/list | Path does not match |
32 | app_branch_edit | /admin/branch/edit/{id} | Path does not match |
33 | app_cheque_book | /admin/cheque/book | Path does not match |
34 | app_cheque_book_json | /admin/cheque/book/getJsonAll | Path does not match |
35 | app_cheque_book_new | /admin/cheque/book/new | Path does not match |
36 | app_cheque_book_edit | /admin/cheque/book/edit/{id} | Path does not match |
37 | app_cheque | /admin/cheque | Path does not match |
38 | app_cheque_id | /admin/cheque/search/{id} | Path does not match |
39 | app_cheque_id_start_end | /admin/cheque/search/{id}/{startDate}/{endDate} | Path does not match |
40 | app_cheque_download | /admin/cheque/download | Path does not match |
41 | app_cheque_download_id | /admin/cheque/download/{id}/{startDate}/{endDate} | Path does not match |
42 | app_cheque_json | /admin/cheque/getJsonAll | Path does not match |
43 | app_cheque_new | /admin/cheque/new | Path does not match |
44 | app_cheque_edit | /admin/cheque/edit/{id} | Path does not match |
45 | app_cheque_unlink | /admin/cheque/unlink/{id} | Path does not match |
46 | app_company_document | /admin/company/document | Path does not match |
47 | app_company_document_list | /admin/company/document/list | Path does not match |
48 | app_company_document_list_bid | /admin/company/document/list/{bid} | Path does not match |
49 | app_company_document_list_bid_SD | /admin/company/document/list/{bid}/{startDate} | Path does not match |
50 | app_company_document_list_bid_SD_DT | /admin/company/document/list/{bid}/{startDate}/{documentType} | Path does not match |
51 | app_company_document_new | /admin/company/document/new | Path does not match |
52 | app_company_document_new_id | /admin/company/document/new/{bid} | Path does not match |
53 | app_company_document_edit_id | /admin/company/document/edit/{id} | Path does not match |
54 | app_company_document_demo | /admin/company/document/demo | Path does not match |
55 | app_company_document_checkFile | /admin/company/document/checkFile | Path does not match |
56 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.