Routing
api:billing:generate
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/factura
| # | 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 | / | Path does not match |
| 8 | routes | /rutas | Path does not match |
| 9 | api:billing:generate | /api/factura | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.