Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login/
# | Route name | Path | Log |
---|---|---|---|
1 | app_project_supplier_show | /project/response/{id}/ | Path does not match |
2 | app_project_requirements_new | /projects/{id}/requirements/new | Path does not match |
3 | app_project_requirements_edit | /projects/{id}/requirements/{prid}/edit | Path does not match |
4 | app_project_requirements_delete | /projects/{id}/requirements/{prid}/delete | Path does not match |
5 | app_project_requirements_show | /projects/{id}/requirements/{prid} | Path does not match |
6 | api_library_sections_repair | /api/library/sections/repair | Path does not match |
7 | app_project_requirements | /projects/{id}/requirements/ | Path does not match |
8 | app_project_responses | /projects/{id}/responses/ | Path does not match |
9 | api_supplier_project_requirements_search | /api/supplier/{sid}/projects/{pid}/requirements/search | Path does not match |
10 | api_supplier_project_requirement_details | /api/supplier/{sid}/projects/{pid}/requirements/details | Path does not match |
11 | app_contacts_person_edit | /contacts/person/{id}/edit | Path does not match |
12 | app_contacts_business_new | /contacts/business/new | Path does not match |
13 | app_contacts_business_edit | /contacts/business/{id}/edit | Path does not match |
14 | api_library_search | /api/library/search | Path does not match |
15 | api_library_master_requirements_repair | /api/library/repair | Path does not match |
16 | api_library_export | /api/library/export | Path does not match |
17 | api_library_sections_add | /api/library/sections/new | Path does not match |
18 | api_library_sections_edit | /api/library/sections/{id}/edit | Path does not match |
19 | api_library_sections_delete | /api/library/sections/{id}/delete | Path does not match |
20 | app_library_new | /library/new | Path does not match |
21 | app_library_edit | /library/{id}/edit | Path does not match |
22 | app_library_sections | /library/sections | Path does not match |
23 | app_library_types | /library/types | Path does not match |
24 | api_project_requirements_search | /api/projects/{id}/requirements/search | Path does not match |
25 | api_project_requirements_new | /api/projects/{id}/requirements/new | Path does not match |
26 | api_project_requirements_export | /api/projects/{id}/requirements/export | Path does not match |
27 | api_project_responses_search | /api/projects/{id}/responses/search | Path does not match |
28 | api_project_responses_export | /api/projects/{id}/responses/export | Path does not match |
29 | api_project_suppliers_search | /api/projects/{id}/suppliers/search | Path does not match |
30 | api_project_suppliers_new | /api/projects/{id}/suppliers/new | Path does not match |
31 | api_project_supplier_requirement_details | /api/project/response/{id}/details | Path does not match |
32 | api_project_supplier_requirement_score | /api/project/response/{id}/requirement/{rid}/score | Path does not match |
33 | api_projects_requirements_repair | /api/projects/requirements/repair | Path does not match |
34 | app_project_new | /projects/new | Path does not match |
35 | app_project_edit | /projects/{id}/edit | Path does not match |
36 | app_project_suppliers | /projects/{id}/suppliers | Path does not match |
37 | app_project_moscows | /projects/moscows/ | Path does not match |
38 | api_supplier_project_requirements_respond | /api/supplier/{sid}/projects/{pid}/requirements/{prid}/respond | Path does not match |
39 | app_supplier_projects | /supplier/projects | Path does not match |
40 | api_upload_new | /api/uploads/new | Path does not match |
41 | api_upload_delete | /api/uploads/{id}/delete | Path does not match |
42 | app_contacts_person_show | /contacts/person/{id} | Path does not match |
43 | app_contacts_business_show | /contacts/business/{id} | Path does not match |
44 | api_library_edit | /api/library/{id}/edit | Path does not match |
45 | api_library_delete | /api/library/{id}/delete | Path does not match |
46 | app_library_show | /library/{id} | Path does not match |
47 | api_project_requirements_edit | /api/projects/{id}/requirements/{prid}/edit | Path does not match |
48 | api_project_requirements_delete | /api/projects/{id}/requirements/{prid}/delete | Path does not match |
49 | api_project_suppliers_delete | /api/projects/{id}/suppliers/{sid}/delete | Path does not match |
50 | app_project_show | /projects/{id} | Path does not match |
51 | api_supplier_upload_download | /api/supplier/{sid}/projects/{pid}/requirements/{prid}/responses/{srid}/uploads/{sruid} | Path does not match |
52 | api_supplier_upload_delete | /api/supplier/{sid}/projects/{pid}/requirements/{prid}/responses/{srid}/uploads/{sruid}/delete | Path does not match |
53 | app_supplier_project_show | /supplier/{sid}/projects/{pid} | Path does not match |
54 | app_supplier_project_submit | /supplier/{sid}/projects/{pid}/submit | Path does not match |
55 | api_upload_download | /api/uploads/{id} | Path does not match |
56 | _preview_error | /_error/{code}.{_format} | Path does not match |
57 | _logout_main | /logout | Path does not match |
58 | _wdt | /_wdt/{token} | Path does not match |
59 | _profiler_home | /_profiler/ | Path does not match |
60 | _profiler_search | /_profiler/search | Path does not match |
61 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
62 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
63 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
64 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
65 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
66 | _profiler_open_file | /_profiler/open | Path does not match |
67 | _profiler | /_profiler/{token} | Path does not match |
68 | _profiler_router | /_profiler/{token}/router | Path does not match |
69 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
70 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
71 | app_accept_terms | /accept/ | Path does not match |
72 | app_change_password | /change-password/ | Path does not match |
73 | app_contacts | /contacts/ | Path does not match |
74 | app_library | /library/ | Path does not match |
75 | app_login | /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.