Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | homepage | / | Path does not match |
| 2 | admin | / | Path does not match |
| 3 | client_order.generate_devis | /client-order/generate-devis | Path does not match |
| 4 | client_order.create | /client-order/create | Path does not match |
| 5 | client_order.print_by_reference | /client-order/{reference}/print-by-reference | Path does not match |
| 6 | client_order.print | /client-order/{id}/print | Path does not match |
| 7 | client_order.print_data | /client-order/print | Path does not match |
| 8 | client_order.update | /client-order/{reference}/update | Path does not match |
| 9 | image.upload | /image/upload | Path does not match |
| 10 | image.getPath | /image | Path does not match |
| 11 | Path does not match | ||
| 12 | project.app | /project/{token}/app | Path does not match |
| 13 | project.app.dataproduit | /project/{token}/dataproduit | Path does not match |
| 14 | project.app.new | /project/new/{token}/app | Path does not match |
| 15 | project.app.new.code.save | /project/new/{token}/save-code | Path does not match |
| 16 | project.app.new.code.load | /project/new/{token}/load-code/{slug} | Path does not match |
| 17 | project.app.new.order | /project/new/{token}/order | Path does not match |
| 18 | project.app.new.order.add | /project/new/{token}/order/add | Path does not match |
| 19 | project.app.new.client_order.status.update | /project/new/{token}/client-order/status/update | Path does not match |
| 20 | project.app.new.client_order.create | /project/new/{token}/client-order/create | Path does not match |
| 21 | project.app.new.upload.image | /project/new/{token}/upload-image | Path does not match |
| 22 | project.app.new.upload.image_url | /project/new/{token}/upload-image-url | Path does not match |
| 23 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.