Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_devis_mail | /admin/devis/mail/{id} | Path does not match |
| 2 | app_admin_facture_mail | /admin/facture/mail/{id} | Path does not match |
| 3 | app_admin_client_index | /admin/client/ | Path does not match |
| 4 | app_admin_client_new | /admin/client/new | Path does not match |
| 5 | app_admin_client_show | /admin/client/{id} | Path does not match |
| 6 | app_admin_client_edit | /admin/client/{id}/edit | Path does not match |
| 7 | app_admin_client_delete | /admin/client/{id} | Path does not match |
| 8 | app_admin_confirmation_code_index | /confirmation_code/ | Path does not match |
| 9 | app_admin_confirmation_code_check | /confirmation_code/check | Path does not match |
| 10 | app_admin_devis | /admin/devis/ | Path does not match |
| 11 | app_admin_devis-new | /admin/devis/new | Path does not match |
| 12 | app_devis_show | /admin/devis/{id} | Path does not match |
| 13 | app_devis_edit | /admin/devis/{id}/edit | Path does not match |
| 14 | app_devis_delete | /admin/devis/{id} | Path does not match |
| 15 | app_admin_facture_index | /admin/facture/ | Path does not match |
| 16 | app_admin_facture_new | /admin/facture/new | Path does not match |
| 17 | app_admin_facture_show | /admin/facture/{id} | Path does not match |
| 18 | app_admin_facture_edit | /admin/facture/{id}/edit | Path does not match |
| 19 | app_admin_facture_delete | /admin/facture/{id} | Path does not match |
| 20 | app_admin_home | /admin/ | Path does not match |
| 21 | app_admin_phone_index | /admin/phone/ | Path does not match |
| 22 | app_admin_phone_import | /admin/phone/import | Path does not match |
| 23 | app_admin_phone_delete | /admin/phone/{id} | Path does not match |
| 24 | app_admin_phone_number_delete | /admin/phone/number/{id} | Path does not match |
| 25 | app_admin_produit_index | /admin/produit/ | Path does not match |
| 26 | app_admin_produit_new | /admin/produit/new | Path does not match |
| 27 | app_admin_produit_show | /admin/produit/{id} | Path does not match |
| 28 | app_admin_produit_edit | /admin/produit/{id}/edit | Path does not match |
| 29 | app_admin_produit_delete | /admin/produit/{id} | Path does not match |
| 30 | app_admin_transaction_index | /admin/transaction/todo | Path does not match |
| 31 | app_admin_transaction_launched | /admin/transaction/launched | Path does not match |
| 32 | app_admin_transaction_new | /admin/transaction/new | Path does not match |
| 33 | app_admin_transaction_show | /admin/transaction/{id} | Path does not match |
| 34 | app_admin_transaction_edit | /admin/transaction/{id}/edit | Path does not match |
| 35 | app_admin_transaction_delete | /admin/transaction/{id} | Path does not match |
| 36 | app_api_remove_entreprise | /api/remove_entreprise | Path does not match |
| 37 | app_api_sendMail | /api/sendmail | Path does not match |
| 38 | app_api_sendMailToResetPwd | /api/sendmailToResetPwd | Path does not match |
| 39 | app_api_sendMail_by_date | /api/sendmailbydate | Path does not match |
| 40 | app_admin_webservice_confirmaccount | /api/confirm-account-company | Path does not match |
| 41 | app_admin_webservice_resendcode | /api/resend-code | Path does not match |
| 42 | app_admin_webservice_addtransactionphone | /api/add-transaction-phone | Path does not match |
| 43 | get_phone_numbers | /api/all-phone-numbers | Path does not match |
| 44 | app_phone_list | /api/phone/numbers | Path does not match |
| 45 | app_phone_details | /api/phone/numbers/{id} | Path does not match |
| 46 | app_output_model | /api/devis/model/{model} | Path does not match |
| 47 | app_api_generatepdf | /api/generatepdf | Path does not match |
| 48 | app_admin_webservice_sendemailconfirmationcode | /api/confirm-email-chatbot | Path does not match |
| 49 | app_devis_form | /devis/form | Path does not match |
| 50 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.