Routing
index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | connect_facebook_start | /connect/facebook | Path does not match |
| 2 | connect_facebook_check | /connect/facebook/check | Path does not match |
| 3 | connect_google_start | /connect/google | Path does not match |
| 4 | google_check | /connect/google/check | Path does not match |
| 5 | api_login | /api/login | Path does not match |
| 6 | api_user_new | /api/{version}/user/new | Path does not match |
| 7 | api_user_show | /api/{version}/user/{user}/ | Path does not match |
| 8 | api_user_edit | /api/{version}/user/{user}/ | Path does not match |
| 9 | api_user_delete | /api/{version}/user/{user}/ | Path does not match |
| 10 | api_token_create | /api/token/create | Path does not match |
| 11 | api_token_check | /api/token/check | Path does not match |
| 12 | index | /{_locale} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.