Routing
(none)
Matched route
Route Matching Logs
Path to match:
/assets/images/logo-1500h.png
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | index | / | Path does not match |
3 | app_login | /login | Path does not match |
4 | app_logout | /logout | Path does not match |
5 | api_afectados_create | /api/v1/afectados/ | Path does not match |
6 | api_afectados_update | /api/v1/afectados/{incidente} | Path does not match |
7 | api_afectados_show | /api/v1/afectados/{afectadoId} | Path does not match |
8 | api_afectados_delete | /api/v1/afectados/{afectadoId} | Path does not match |
9 | api_afectados_show_heridas | /api/v1/afectados/{afectadoId}/heridas | Path does not match |
10 | api_afectados_create_heridas | /api/v1/afectados/{afectadoId}/heridas | Path does not match |
11 | api_afectados_create_evaluacion | /api/v1/afectados/{afectadoId}/evaluacion | Path does not match |
12 | api_afectados_delete_evaluacion | /api/v1/afectados/{afectadoId}/evaluacion/{evaluacionId}/tipo/{tipo} | Path does not match |
13 | api_api | /api/v1/test | Path does not match |
14 | api_base_index | /api/v1/api/v1/base/ | Path does not match |
15 | api_base_create | /api/v1/api/v1/base/ | Path does not match |
16 | api_base_update | /api/v1/api/v1/base/ | Path does not match |
17 | api_base_delete | /api/v1/api/v1/base/ | Path does not match |
18 | api_incidentes_index | /api/v1/incidentes/ | Path does not match |
19 | api_incidentes_create | /api/v1/incidentes/ | Path does not match |
20 | api_incidentes_update | /api/v1/incidentes/{incidenteId} | Path does not match |
21 | api_incidentes_show | /api/v1/incidentes/{incidenteId} | Path does not match |
22 | api_incidentes_delete | /api/v1/incidentes/{incidenteId} | Path does not match |
23 | api_rangoedad_index | /api/v1/rangoedad/ | Path does not match |
24 | api_triages_index | /api/v1/triage/ | Path does not match |
25 | api_triages_create | /api/v1/triage/ | Path does not match |
26 | api_triages_update | /api/v1/triage/{incidenteId} | Path does not match |
27 | api_triages_show | /api/v1/triage/{incidenteId} | Path does not match |
28 | api_triages_delete | /api/v1/triage/{incidenteId} | Path does not match |
29 | _preview_error | /_error/{code}.{_format} | Path does not match |
30 | app.swagger | /api/doc.json | Path does not match |
31 | app.swagger_ui | /api/doc | Path does not match |
32 | _wdt | /_wdt/{token} | Path does not match |
33 | _profiler_home | /_profiler/ | Path does not match |
34 | _profiler_search | /_profiler/search | Path does not match |
35 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
36 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
37 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
38 | _profiler_open_file | /_profiler/open | Path does not match |
39 | _profiler | /_profiler/{token} | Path does not match |
40 | _profiler_router | /_profiler/{token}/router | Path does not match |
41 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
42 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
43 | api_login_check | /api/login_check | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.