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_requesthelp | /api/request-help | Path does not match |
2 | app_api_restoreangularstate | /api/restore-state/{stateKey} | Path does not match |
3 | app_api_saveangularstate | /api/save-state | Path does not match |
4 | app_api_uploadfile | /api/upload-file | Path does not match |
5 | app_api_getquestiondata | /api/question-data/{questionType}/{coinIdentifier} | Path does not match |
6 | app_api_checkquestioncondition | /api/check-question-condition/{questionType}/{coinIdentifier} | Path does not match |
7 | app_api_checkibanandbic | /api/check-iban/{iban}/{bic} | Path does not match |
8 | app_api_checkemail | /api/check-email/{email} | Path does not match |
9 | app_api_doctosignsignaturecallback | /api/doc-to-sign-signature | Path does not match |
10 | app_api_engagementlettersignaturecallback | /api/engagement-letter-signature | Path does not match |
11 | app_api_getsignatureurl | /api/signature-url/{stateKey} | Path does not match |
12 | app_api_createquote | /api/quote | Path does not match |
13 | app_api_getengagementletterpreview | /api/engagement-letter-preview | Path does not match |
14 | app_api_sendrates | /api/send-rates | Path does not match |
15 | app_api_getrates | /api/compute-rates | Path does not match |
16 | app_api_getnewquote | /api/quote/{reference}/new | Path does not match |
17 | app_api_productinfos | /api/products/{reference} | Path does not match |
18 | app_api_productslist | /api/products | Path does not match |
19 | import_isagi_articles | /import-isagi-articles | Path does not match |
20 | docusign_configuration | /docusign-configuration | Path does not match |
21 | docusign_oauth_connect | /docusign-connect | Path does not match |
22 | docusign_oauth_callback | /docusign-oauth | Path does not match |
23 | synchronize_mailchimp | /synchronize-mailchimp | Path does not match |
24 | customer_form | /customer-form/{customerUuid}/{formUuid} | Path does not match |
25 | customer_forms | /customer-forms | Path does not match |
26 | sanbox | /sanbox | Path does not match |
27 | 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.