Routing
app_front_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| short_code | "sitemap.xml" |
Route Matching Logs
Path to match:
/sitemap.xml
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_add_short_code | /api/short-code/create-shortened-url | Path does not match |
| 2 | app_api_delete_shortened_url | /api/short-code/delete-shortened-url | Path does not match |
| 3 | app_api_login | /api/user/login | Path does not match |
| 4 | app_api_get_user_info | /api/user/get-user-info | Path does not match |
| 5 | app_application_main | /app/page/{page_number} | Path does not match |
| 6 | app_front_index | /{short_code} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.