Routing
index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://developer.gestionformate.es/usuarios/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api:accion_formativa:index | /api/accion/formativa | Path does not match |
| 2 | api_user | /api/user | Path does not match |
| 3 | api:provider:index | /api/empresas | Path does not match |
| 4 | api:provider:actualizar:dimoni | /api/empresas/actualizar | Path does not match |
| 5 | api:provider:write:update | /api/empresas/{id} | Path does not match |
| 6 | api:provider:write:delete | /api/empresas/{id} | Path does not match |
| 7 | 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.