Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/ingresar
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | get_cliente_list | /api/cliente/ | Path does not match |
| 2 | get_cliente_por_id | /api/cliente/{id} | Path does not match |
| 3 | api_update_local | /api/local/order/{id} | Path does not match |
| 4 | get_product_list | /api/products/ | Path does not match |
| 5 | get_product_reserved | /api/products/{id}/reserved | Path does not match |
| 6 | app_api_promotions_active | /api/promotions/active | Path does not match |
| 7 | api_woo_media_upload | /api/woo/{site}/media | Path does not match |
| 8 | api_woo_products_create | /api/woo/{site}/products | Path does not match |
| 9 | api_woo_sites_list | /api/woo/sites | Path does not match |
| 10 | app_characteristic_delete | /caracteristica/{id}/borrar | Path does not match |
| 11 | app_characteristic_edit | /caracteristica/{id}/editar | Path does not match |
| 12 | app_characteristic | /caracteristica/ | Path does not match |
| 13 | app_characteristic_new | /caracteristica/nueva | Path does not match |
| 14 | app_characteristic_image_request | /caracteristica/imagen/{id} | Path does not match |
| 15 | app_characteristic_view | /caracteristica/{id} | Path does not match |
| 16 | app_characteristicset_edit | /conjunto-de-caracteristicas/{id}/editar | Path does not match |
| 17 | app_characteristicset | /conjunto-de-caracteristicas/ | Path does not match |
| 18 | app_characteristicset_new | /conjunto-de-caracteristicas/nuevo | Path does not match |
| 19 | app_characteristicset_view | /conjunto-de-caracteristicas/{id} | Path does not match |
| 20 | app_characteristicuse_new | /caracteristica-usada/nueva | Path does not match |
| 21 | app_characteristicuse_delete | /caracteristica-usada/borrar | Path does not match |
| 22 | app_dashboard | /dashboard | Path does not match |
| 23 | app_imagemanager_edit | /catalogo/{id}/editar | Path does not match |
| 24 | app_imagemanager | /catalogo/ | Path does not match |
| 25 | app_imagemanager_new | /catalogo/nuevo | Path does not match |
| 26 | app_imagemanager_view | /catalogo/{id} | Path does not match |
| 27 | app_imagemanagerline_delete | /catalogo/linea/{id}/borrar | Path does not match |
| 28 | app_imagemanagerline_edit | /catalogo/linea/{id}/editar | Path does not match |
| 29 | app_imagemanagerline_new | /catalogo/linea/nuevo | Path does not match |
| 30 | app_imagemanagerline_image_request | /catalogo/linea/imagen/{id} | Path does not match |
| 31 | app_imagemanagerline_restore | /catalogo/linea/{id}/activar | Path does not match |
| 32 | app_imagemanagerline_view | /catalogo/linea/{id} | Path does not match |
| 33 | app_shipment | /entrega/ | Path does not match |
| 34 | app_shipment_view | /entrega/{id} | Path does not match |
| 35 | app_invoice_pdf | /factura/pdf/dw | Path does not match |
| 36 | app_invoice | /factura/ | Path does not match |
| 37 | app_invoice_view | /factura/{id} | Path does not match |
| 38 | app_t_salestemplate_delete | /plantilla/t/{id}/borrar | Path does not match |
| 39 | app_t_salestemplate_edit | /plantilla/t/{id}/editar | Path does not match |
| 40 | app_t_salestemplate_new | /plantilla/t/nuevo | Path does not match |
| 41 | app_t_salestemplate_process | /plantilla/t/{id}/procesar | Path does not match |
| 42 | app_t_salestemplate_view | /plantilla/t/{id} | Path does not match |
| 43 | app_t_salestemplateline_new | /plantilla/linea/t/nuevo | Path does not match |
| 44 | 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.