Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | competences | /competency-domains | Path does not match |
| 2 | intra | /intra | Path does not match |
| 3 | competences_save | /competency-domains/save | Path does not match |
| 4 | competences_testimonials_save | /competency-domains/testimonials/save | Path does not match |
| 5 | competences_faq_save | /competency-domains/faq/save | Path does not match |
| 6 | competences_hero_save | /competency-domains/hero/save | Path does not match |
| 7 | _contact | /_contact | Path does not match |
| 8 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.