Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/secure/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_sucursales | /api/sucursal | Path does not match |
| 2 | api_partial_especialidades | /api/sucursal/{sucursalId}/especialidades | Path does not match |
| 3 | api_partial_medicos | /api/medico/{data} | Path does not match |
| 4 | api_dias_atencion | /api/dias-atencion/sucursal/{sucursalId}/especialidad/{especialidadId} | Path does not match |
| 5 | api_get_url_agenda_publica | /api/agenda-publica/cliente/{ci}/sucursal/{sucursalId}/especialidad/{especialidadId}/medico/{medicoId} | Path does not match |
| 6 | api_get_url_agendamiento_publico | /api/agenda-publica/cliente/{ci} | Path does not match |
| 7 | api_get_url_agendamiento_publico_amsa | /api/agenda-publica-amsa/cliente/{ci} | Path does not match |
| 8 | api_get_agenda_medica | /api/web/agenda-medica-amsa | Path does not match |
| 9 | api_get_guia_medica | /api/web/guia-medica-promed/{plan} | Path does not match |
| 10 | api_get_planes_promed | /api/web/planes-promed | Path does not match |
| 11 | api_get_url_seguimiento | /api/seguimiento-cliente/{itemId} | Path does not match |
| 12 | api_post_bolsa_trabajo | /api/web/bolsa-trabajo | Path does not match |
| 13 | api_get_url_registro | /api/registro/url/{ci} | Path does not match |
| 14 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 15 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 16 | app.swagger_ui | /api/doc | Path does not match |
| 17 | _logout_main | /secure/logout | Path does not match |
| 18 | _wdt_stylesheet | /_wdt/styles.css | Path does not match |
| 19 | _wdt | /_wdt/{token} | Path does not match |
| 20 | _profiler_home | /_profiler/ | Path does not match |
| 21 | _profiler_search | /_profiler/search | Path does not match |
| 22 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 23 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 24 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 25 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 26 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 27 | _profiler_open_file | /_profiler/open | Path does not match |
| 28 | _profiler | /_profiler/{token} | Path does not match |
| 29 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 30 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 31 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 32 | app_index | / | Path does not match |
| 33 | app_login | /secure/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.