Routing
contact
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contact
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | companies.poc | /companies/poc | Path does not match |
| 2 | companies.ddo | /companies/ | Path does not match |
| 3 | companies.group | /companies/group | Path does not match |
| 4 | companies.global | /companies/global | Path does not match |
| 5 | companies.edit | /companies/{companyId} | Path does not match |
| 6 | companies.groupview | /companies/group/{companyId} | Path does not match |
| 7 | companies.globalview | /companies/global/{companyId} | Path does not match |
| 8 | companies.update | /companies/{companyId} | Path does not match |
| 9 | companies.debug | /companies/debug/{id} | Path does not match |
| 10 | companies.ddo.export | /companies/export | Path does not match |
| 11 | companies.group.export | /companies/group/export | Path does not match |
| 12 | companies.global.export | /companies/global/export | Path does not match |
| 13 | contracts.banner | /contracts/ | Path does not match |
| 14 | control | /control/{control} | Path does not match |
| 15 | export.lots | /export/lots | Path does not match |
| 16 | export.tenderers | /export/tenderers | Path does not match |
| 17 | import | /import | Path does not match |
| 18 | lot.set_preferred_tenderer | /tenders/{tenderId}/lots/{lotId}/setPreferredTenderer | Path does not match |
| 19 | lot.clear_preferred_tenderer | /tenders/{tenderId}/lots/{lotId}/clearPreferredTenderer | Path does not match |
| 20 | lot.set_budget | /tenders/{tenderId}/lots/{lotId}/setBudget | Path does not match |
| 21 | lot.download_zip | /tenders/{tenderId}/lots/{lotId}/zip | Path does not match |
| 22 | lot.download_dpgf | /tenders/{tenderId}/lots/{lotId}/dpgf | Path does not match |
| 23 | home | / | Path does not match |
| 24 | contact | /contact | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.