Routing
app_register
Matched route
Route Parameters
| Name | Value |
|---|---|
| codePays | "_be_" |
Route Matching Logs
Path to match:
/creation-compte_be_
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_auto_login | /auto-login | Path does not match |
| 2 | api_capital_immateriel_update | /api/capital-immateriel/{id} | Path does not match |
| 3 | app_register | /creation-compte{codePays} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.