Routing
index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | app_export_comidas | /export/comidas | Path does not match |
| 3 | app_export_ingredientes | /export/ingredientes | Path does not match |
| 4 | app_export_categorias | /export/categorias | Path does not match |
| 5 | app_export_categorias_ingrediente | /export/categorias-ingrediente | Path does not match |
| 6 | app_jovo | /jovo | Path does not match |
| 7 | app_telegram | /telegram | Path does not match |
| 8 | app_messenger | /messenger | Path does not match |
| 9 | api_api | /test | Path does not match |
| 10 | api_base_index | /api/v1/base/ | Path does not match |
| 11 | api_base_create | /api/v1/base/ | Path does not match |
| 12 | api_base_update | /api/v1/base/ | Path does not match |
| 13 | api_base_delete | /api/v1/base/ | Path does not match |
| 14 | api_bienvenida | /api/v1/bienvenida/ | Path does not match |
| 15 | api_comida_index | /api/v1/comida/ | Path does not match |
| 16 | api_comida_show | /api/v1/comida/{comidaId} | Path does not match |
| 17 | api_comida_ingredientes | /api/v1/comida/{comidaId}/ingredientes | Path does not match |
| 18 | api_comida_nutricion | /api/v1/comida/{comidaId}/nutricion | Path does not match |
| 19 | api_comida_alergenos | /api/v1/comida/{comidaId}/alergenos | Path does not match |
| 20 | api_consejo | /api/v1/consejo | Path does not match |
| 21 | api_curiosidad | /api/v1/curiosidad | Path does not match |
| 22 | index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.