Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/user/login
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | code-list | /configuration/code/ | Path does not match |
16 | code-create | /configuration/code/create | Path does not match |
17 | code-update | /configuration/code/update/{id} | Path does not match |
18 | code-delete | /configuration/code/delete/{id} | Path does not match |
19 | company-list | /configuration/company/ | Path does not match |
20 | company-create | /configuration/company/create | Path does not match |
21 | company-update | /configuration/company/update/{id} | Path does not match |
22 | configuration-list | /configuration/configuration | Path does not match |
23 | counter-code | /configuration/counter/code | Path does not match |
24 | counter-code-create | /configuration/counter/code/create | Path does not match |
25 | counter-code-delete | /configuration/counter/code/delete/{id} | Path does not match |
26 | email-list | /configuration/email/ | Path does not match |
27 | email-create | /configuration/email/create | Path does not match |
28 | email-update | /configuration/email/update/{id} | Path does not match |
29 | email-delete | /configuration/email/delete/{id} | Path does not match |
30 | employee-administrative-information-information-list | /configuration/employee-administrative-information-information/list | Path does not match |
31 | employee-administrative-information-information-create | /configuration/employee-administrative-information-information/create | Path does not match |
32 | employee-administrative-information-information-update | /configuration/employee-administrative-information-information/update/{id} | Path does not match |
33 | lead-origin-list | /configuration/lead-origin/list | Path does not match |
34 | lead-origin-create | /configuration/lead-origin/create | Path does not match |
35 | lead-origin-update | /configuration/lead-origin/update/{id} | Path does not match |
36 | lead-state-list | /configuration/lead-state/list | Path does not match |
37 | lead-state-create | /configuration/lead-state/create | Path does not match |
38 | lead-state-update | /configuration/lead-state/update/{id} | Path does not match |
39 | lead-status-list | /configuration/lead-status/list | Path does not match |
40 | lead-status-create | /configuration/lead-status/create | Path does not match |
41 | lead-status-update | /configuration/lead-status/update/{id} | Path does not match |
42 | parameter-list | /configuration/parameter/ | Path does not match |
43 | parameter-reload-session | /configuration/parameter/reload-session | Path does not match |
44 | email-preview | /email/preview/{entityName}/{entityId}/{email}/{to} | Path does not match |
45 | employee-create | /employee/create | Path does not match |
46 | employee-update | /employee/update/{id} | Path does not match |
47 | prospect-list | /employee/prospect/list | Path does not match |
48 | employee-delete | /employee/delete/{id} | Path does not match |
49 | employee-delete-multiple | /employee/delete/multiple/{ids} | Path does not match |
50 | employee-transform | /employee/transform/{id} | Path does not match |
51 | employee-transform-multiple | /employee/transform/multiple/{ids} | Path does not match |
52 | employee-user | /employee/user/{id} | Path does not match |
53 | employee-email | /employee/email/{id}/{email} | Path does not match |
54 | employee-email-multiple | /employee/email/multiple/{ids}/{email} | Path does not match |
55 | employee-administrative | /employee/administrative/{id} | Path does not match |
56 | employee-bank | /employee/bank/{id} | Path does not match |
57 | home | / | Path does not match |
58 | app_login | /user/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.