Routing
base
Matched route
Route Parameters
| Name | Value |
|---|---|
| anything | "etc/passwd" |
Route Matching Logs
Path to match:
/etc/passwd
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | admin_excel_templates_list | /api/admin/excel-templates | Path does not match |
| 3 | admin_excel_templates_upload | /api/admin/excel-templates/upload | Path does not match |
| 4 | admin_excel_templates_download | /api/admin/excel-templates/download/{filename} | Path does not match |
| 5 | admin_excel_templates_delete | /api/admin/excel-templates/delete/{filename} | Path does not match |
| 6 | broadcasts.authentication | /broadcasts/authentication/ | Path does not match |
| 7 | company.contacts.fulltext | /companies/{companyId}/contacts/search-fulltext/ | Path does not match |
| 8 | api_sales_item_export | /api/export/sales-items | Path does not match |
| 9 | api_sales_item_price_export | /api/export/sales-item-prices | Path does not match |
| 10 | api_sales_item_text_export | /api/export/sales-item-texts | Path does not match |
| 11 | api_sales_item_import | /api/import/sales-items | Path does not match |
| 12 | api_sales_item_price_import | /api/import/sales-item-prices | Path does not match |
| 13 | api_sales_item_text_import | /api/import/sales-item-texts | Path does not match |
| 14 | 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.