Routing
index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_api_getquestiondata | /api/question-data/{questionType}/{coinIdentifier} | Path does not match |
2 | app_api_checkquestioncondition | /api/check-question-condition/{questionType}/{coinIdentifier} | Path does not match |
3 | app_api_checkibanandbic | /api/check-iban/{iban}/{bic} | Path does not match |
4 | app_api_checkemail | /api/check-email/{email} | Path does not match |
5 | app_api_sendrates | /api/send-rates | Path does not match |
6 | app_api_getrates | /api/compute-rates | Path does not match |
7 | app_api_getnewquote | /api/quote/{reference}/new | Path does not match |
8 | app_api_productinfos | /api/products/{reference} | Path does not match |
9 | app_api_productslist | /api/products | Path does not match |
10 | import_isagi_articles | /import-isagi-articles | Path does not match |
11 | docusign_configuration | /docusign-configuration | Path does not match |
12 | docusign_oauth_connect | /docusign-connect | Path does not match |
13 | docusign_oauth_callback | /docusign-oauth | Path does not match |
14 | synchronize_mailchimp | /synchronize-mailchimp | Path does not match |
15 | customer_form | /customer-form/{customerUuid}/{formUuid} | Path does not match |
16 | customer_forms | /customer-forms | Path does not match |
17 | sanbox | /sanbox | Path does not match |
18 | index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.