Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_index | / | Path does not match |
| 2 | app_user_refresh | /refresh/{id} | Path does not match |
| 3 | app_offer | /mon-compte/offer | Path does not match |
| 4 | app_valid | /mon-compte/offer/{id}/valid | Path does not match |
| 5 | app_offer_proposition | /mon-compte/offer/{id}/proposition | Path does not match |
| 6 | app_valid_proposition | /mon-compte/offer/{id}/valid_proposition | Path does not match |
| 7 | app_valid_file | /mon-compte/offer/{id}/valid_file | Path does not match |
| 8 | app_offer_imeis | /mon-compte/offer/{id}/imeis | Path does not match |
| 9 | app_buy_back_file | /buyBack/{id}/file | Path does not match |
| 10 | app_buy_back_devices | /buyBack/{id}/devices | Path does not match |
| 11 | app_devices_import | /devices/import | Path does not match |
| 12 | 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.