Routing
api_rangoedad_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/v1/rangoedad/
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | index | / | Path does not match |
3 | afectado | /{id}/pdf | Path does not match |
4 | app_login | /login | Path does not match |
5 | app_logout | /logout | Path does not match |
6 | api_afectados_create | /api/v1/afectados/ | Path does not match |
7 | api_afectados_update | /api/v1/afectados/{incidente} | Path does not match |
8 | api_afectados_show | /api/v1/afectados/{afectadoId} | Path does not match |
9 | api_afectados_delete | /api/v1/afectados/{afectadoId} | Path does not match |
10 | api_afectados_show_heridas | /api/v1/afectados/{afectadoId}/heridas | Path does not match |
11 | api_afectados_create_heridas | /api/v1/afectados/{afectadoId}/heridas | Path does not match |
12 | api_afectados_create_evaluacion | /api/v1/afectados/{afectadoId}/evaluacion | Path does not match |
13 | api_afectados_delete_evaluacion | /api/v1/afectados/{afectadoId}/evaluacion/{evaluacionId}/tipo/{tipo} | Path does not match |
14 | api_api | /api/v1/test | Path does not match |
15 | api_base_index | /api/v1/api/v1/base/ | Path does not match |
16 | api_base_create | /api/v1/api/v1/base/ | Path does not match |
17 | api_base_update | /api/v1/api/v1/base/ | Path does not match |
18 | api_base_delete | /api/v1/api/v1/base/ | Path does not match |
19 | api_incidentes_index | /api/v1/incidentes/ | Path does not match |
20 | api_incidentes_create | /api/v1/incidentes/ | Path does not match |
21 | api_incidentes_update | /api/v1/incidentes/{incidenteId} | Path does not match |
22 | api_incidentes_show | /api/v1/incidentes/{incidenteId} | Path does not match |
23 | api_incidentes_delete | /api/v1/incidentes/{incidenteId} | Path does not match |
24 | api_informe_afectado | /api/v1/informe/{id}/pdf | Path does not match |
25 | api_rangoedad_index | /api/v1/rangoedad/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.