Routing
home_page
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://testhelpdesk.cloud.kibernetes.net/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_contacts | /contacts | Path does not match |
| 2 | app_contact_details | /contact_details | Path does not match |
| 3 | app_documents | /documents | Path does not match |
| 4 | app_download_documento | /download-documento/{idDoc} | Path does not match |
| 5 | app_faq | /faq | Path does not match |
| 6 | app_faq_details | /faq/details/{faqid} | Path does not match |
| 7 | app_faq_comment_set | /faq/setFaqComment/{faqid} | Path does not match |
| 8 | app_faq_get_attachment | /faq/getAttchament/{idattachment} | Path does not match |
| 9 | app_fatture | /fatture | Path does not match |
| 10 | app_costi_listini | /fatture | Path does not match |
| 11 | home_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.