Routing
base
Matched route
Route Parameters
| Name | Value |
|---|---|
| anything | "sitemap.xml" |
Route Matching Logs
Path to match:
/sitemap.xml
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | broadcasts.authentication | /broadcasts/authentication/ | Path does not match |
| 3 | company.contacts.fulltext | /companies/{companyId}/contacts/search-fulltext/ | Path does not match |
| 4 | base | /{anything} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.