Routing
api_comida_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| comidaId | "2" |
Route Matching Logs
Path to match:
/api/v1/comida/2
| # | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.