Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | customer.index | /customer | Path does not match |
| 2 | customer.updatefromaxonaut | /customer/refresh/{id} | Path does not match |
| 3 | customer.show | /customer/{id} | Path does not match |
| 4 | home.index | / | Path does not match |
| 5 | job.index | /jobs | Path does not match |
| 6 | job.show | /jobs/show/{id} | Path does not match |
| 7 | job.trace | /jobs/trace/{id} | Path does not match |
| 8 | job.download | /jobs/download/{id} | Path does not match |
| 9 | job.retry | /jobs/retry/{id} | Path does not match |
| 10 | job.mark.as.treated | /jobs/mark-as-treated/{id} | Path does not match |
| 11 | job.send.confirmation | /jobs/send-confirmation/{id} | Path does not match |
| 12 | job.cancel | /job/cancel/{id} | Path does not match |
| 13 | notification.index | /notification | Path does not match |
| 14 | notification.mark.as.read.all | /notification/mark-as-read-all | Path does not match |
| 15 | notification.unread | /notification/unread | Path does not match |
| 16 | notification.show | /notification/show/{id} | Path does not match |
| 17 | notification.markastreated | /notification/markastreated/{id} | Path does not match |
| 18 | notification.markasunread | /notification/markasunread/{id} | Path does not match |
| 19 | parameter.axonaut.credit | /parameters/axonaut-credit | Path does not match |
| 20 | parameter.mp.analyser | /parameters/mpanalyser | Path does not match |
| 21 | parameter.version.language | /parameters/version-language | Path does not match |
| 22 | parameter.mp.securitykey | /parameters/mpsecuritykey | Path does not match |
| 23 | parameter.by.type | /parameters/{type} | Path does not match |
| 24 | 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.