Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | app.swagger | /api/doc.json | Path does not match |
| 3 | nelmio_api_doc | /api/docs | Path does not match |
| 4 | nelmio_api_doc_json | /api/docs.json | Path does not match |
| 5 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 6 | _wdt | /_wdt/{token} | Path does not match |
| 7 | _profiler_home | /_profiler/ | Path does not match |
| 8 | _profiler_search | /_profiler/search | Path does not match |
| 9 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 10 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 11 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 12 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 13 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 14 | _profiler_open_file | /_profiler/open | Path does not match |
| 15 | _profiler | /_profiler/{token} | Path does not match |
| 16 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 17 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 18 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 19 | app_admin_dashboard | /admin | Path does not match |
| 20 | app_agent_show | /admin/agents/{id} | Path does not match |
| 21 | app_agents | /admin/agents | Path does not match |
| 22 | app_agents_delete | /admin/agents/{id}/delete | Path does not match |
| 23 | api_agents_list | /api/agents | Path does not match |
| 24 | api_agents_create | /api/agents | Path does not match |
| 25 | api_agents_check | /api/agents/check | Path does not match |
| 26 | api_agents_get | /api/agents/{id} | Path does not match |
| 27 | api_printers_list | /api/printers | Path does not match |
| 28 | api_printers_resolve_public | /api/printers/resolve | Path does not match |
| 29 | api_printers_create | /api/printers | Path does not match |
| 30 | api_printer_jobs_list | /api/printers/{id}/jobs | Path does not match |
| 31 | api_printer_jobs_create | /api/printers/{id}/jobs | Path does not match |
| 32 | api_sunmi_printers_create | /api/sunmi/printers | Path does not match |
| 33 | api_prints_create | /api/prints | Path does not match |
| 34 | api_templates_preview | /api/templates/{id}/preview | Path does not match |
| 35 | api_templates_testprint | /api/test-print | Path does not match |
| 36 | api_templates_get | /api/templates/{id} | Path does not match |
| 37 | app_billing | /admin/billing | Path does not match |
| 38 | app_billing_plans | /admin/billing/plans | Path does not match |
| 39 | app_frontpage | / | Path does not match |
| 40 | app_getting_started_account | /getting-started/1 | Path does not match |
| 41 | app_getting_started_install | /getting-started/2 | Path does not match |
| 42 | app_getting_started_done | /getting-started/3 | Path does not match |
| 43 | app_inbound_jobs | /admin/inbound-jobs | Path does not match |
| 44 | app_inbound_jobs_show | /admin/inbound-jobs/{id} | Path does not match |
| 45 | api_internal_agent_config | /api/internal/agent-config | Path does not match |
| 46 | app_jobs | /admin/jobs | Path does not match |
| 47 | app_printers | /admin/printers | Path does not match |
| 48 | app_printers_print_wizard | /admin/printers/{id}/print | Path does not match |
| 49 | app_printers_quick_print | /admin/printers/{printerId}/print/{templateId} | Path does not match |
| 50 | app_register | /register | Path does not match |
| 51 | 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.