Routing
home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
Route Redirection
This page redirects to:
https://edigital.aditecec.com/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_postfactura.es | /api/new/factura | Path does not match |
| 2 | app_api_postfactura.en | /en/api/new/factura | Path does not match |
| 3 | app_api_getclientes.es | /api/clientes | Path does not match |
| 4 | app_api_getclientes.en | /en/api/clientes | Path does not match |
| 5 | home.en | /en/ | Path does not match |
| 6 | home.es | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.