Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/ingresar
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_requisition_check | /api/requisition/{id}/check | Path does not match |
| 2 | app_requisition_line_update | /api/requisition/line/{id} | Path does not match |
| 3 | app_characteristic_delete | /caracteristica/{id}/borrar | Path does not match |
| 4 | app_characteristic_edit | /caracteristica/{id}/editar | Path does not match |
| 5 | app_characteristic | /caracteristica/ | Path does not match |
| 6 | app_characteristic_new | /caracteristica/nueva | Path does not match |
| 7 | app_characteristic_image_request | /caracteristica/imagen/{id} | Path does not match |
| 8 | app_characteristic_view | /caracteristica/{id} | Path does not match |
| 9 | app_characteristicset_edit | /conjunto-de-caracteristicas/{id}/editar | Path does not match |
| 10 | app_characteristicset | /conjunto-de-caracteristicas/ | Path does not match |
| 11 | app_characteristicset_new | /conjunto-de-caracteristicas/nuevo | Path does not match |
| 12 | app_characteristicset_view | /conjunto-de-caracteristicas/{id} | Path does not match |
| 13 | app_characteristicuse_new | /caracteristica-usada/nueva | Path does not match |
| 14 | app_characteristicuse_delete | /caracteristica-usada/borrar | Path does not match |
| 15 | app_dashboard | /dashboard | Path does not match |
| 16 | app_imagemanager_edit | /catalogo/{id}/editar | Path does not match |
| 17 | app_imagemanager | /catalogo/ | Path does not match |
| 18 | app_imagemanager_new | /catalogo/nuevo | Path does not match |
| 19 | app_imagemanager_view | /catalogo/{id} | Path does not match |
| 20 | app_imagemanagerline_delete | /catalogo/linea/{id}/borrar | Path does not match |
| 21 | app_imagemanagerline_edit | /catalogo/linea/{id}/editar | Path does not match |
| 22 | app_imagemanagerline_new | /catalogo/linea/nuevo | Path does not match |
| 23 | catalogline_image_request | /catalogo/linea/imagen/{id} | Path does not match |
| 24 | app_imagemanagerline_restore | /catalogo/linea/{id}/activar | Path does not match |
| 25 | app_imagemanagerline_view | /catalogo/linea/{id} | Path does not match |
| 26 | app_shipment | /entrega/ | Path does not match |
| 27 | app_shipment_view | /entrega/{id} | Path does not match |
| 28 | app_invoice_pdf | /factura/pdf/dw | Path does not match |
| 29 | app_invoice | /factura/ | Path does not match |
| 30 | app_invoice_print | /factura/{id}/imprimir | Path does not match |
| 31 | app_invoice_mail | /factura/{id}/enviar-correo | Path does not match |
| 32 | app_invoice_view | /factura/{id} | Path does not match |
| 33 | app_t_order_delete | /orden/t/{id}/borrar | Path does not match |
| 34 | app_t_order_edit | /orden/t/{id}/editar | Path does not match |
| 35 | app_t_order | /orden/t/ | Path does not match |
| 36 | app_t_order_new | /orden/t/nuevo | Path does not match |
| 37 | app_t_order_process | /orden/t/{id}/procesar | Path does not match |
| 38 | app_t_order_view | /orden/t/{id} | Path does not match |
| 39 | app_t_orderline_delete | /orden/linea/t/borrar/{id} | Path does not match |
| 40 | app_t_orderline_edit | /orden/linea/t/editar/{id} | Path does not match |
| 41 | app_t_orderline_new | /orden/linea/t/nuevo | Path does not match |
| 42 | app_t_requisition_delete | /plantilla/t/{id}/borrar | Path does not match |
| 43 | app_t_requisition_edit | /plantilla/t/{id}/editar | Path does not match |
| 44 | app_t_requisition | /plantilla/t/ | Path does not match |
| 45 | app_t_requisition_new | /plantilla/t/nuevo | Path does not match |
| 46 | app_t_requisition_process | /plantilla/t/{id}/procesar | Path does not match |
| 47 | app_t_requisition_view | /plantilla/t/{id} | Path does not match |
| 48 | app_t_requisitionline_new | /plantilla/linea/t/nuevo | Path does not match |
| 49 | app_login | /ingresar | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.