Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/connexion
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard | /admin | Path does not match |
| 2 | admin_document_validate | /admin/document/{id}/valider | Path does not match |
| 3 | admin_document_reject | /admin/document/{id}/refuser | Path does not match |
| 4 | admin_document_pending | /admin/document/{id}/en-attente | Path does not match |
| 5 | admin_paiements | /admin/paiements | Path does not match |
| 6 | admin_paiement_capture | /admin/paiements/{id}/capture | Path does not match |
| 7 | admin_paiement_cancel | /admin/paiements/{id}/cancel | Path does not match |
| 8 | admin_paiement_refund | /admin/paiements/{id}/refund | Path does not match |
| 9 | admin_users | /admin/utilisateurs | Path does not match |
| 10 | admin_user_show | /admin/utilisateurs/{id} | Path does not match |
| 11 | admin_user_update | /admin/utilisateurs/{id}/modifier | Path does not match |
| 12 | admin_user_delete | /admin/utilisateurs/{id}/supprimer | Path does not match |
| 13 | admin_user_promote | /admin/utilisateurs/{id}/promouvoir | Path does not match |
| 14 | admin_user_create_stripe_custom | /admin/utilisateurs/{id}/stripe-connect | Path does not match |
| 15 | admin_user_delete_stripe | /admin/utilisateurs/{id}/stripe-supprimer | Path does not match |
| 16 | admin_user_stripe_upload_identity | /admin/utilisateurs/{id}/envoyer-identite-stripe | Path does not match |
| 17 | admin_user_resend_confirmation | /admin/utilisateurs/{id}/resend-confirmation | Path does not match |
| 18 | affiche_test | /affiche/test | Path does not match |
| 19 | app_home | / | Path does not match |
| 20 | app_securite | /securite | Path does not match |
| 21 | app_message | /user/messages | Path does not match |
| 22 | api_messages_unread | /user/messages/unread | Path does not match |
| 23 | app_conversation | /user/messages/{userId}/{trajetId} | Path does not match |
| 24 | api_message_send | /user/messages/send | Path does not match |
| 25 | app_notifications | /user/mes-notifications | Path does not match |
| 26 | notification_voir | /user/notification/voir/{id} | Path does not match |
| 27 | api_notifications_unread | /user/notifications/unread | Path does not match |
| 28 | api_notifications_list | /user/notifications/list | Path does not match |
| 29 | app_quisommesnous | /qui-sommes-nous | Path does not match |
| 30 | app_conditionsutisation | /conditions-utilisation | Path does not match |
| 31 | app_mentionslegales | /mentions-legales | Path does not match |
| 32 | app_confidentialite | /confidentialite | Path does not match |
| 33 | app_contact | /contact | Path does not match |
| 34 | app_faq | /faq | Path does not match |
| 35 | paiement_form | /user/paiement/{id} | Path does not match |
| 36 | paiement_confirmation | /user/paiement/confirmation/{id} | Path does not match |
| 37 | app_parametres | /user/parametres | Path does not match |
| 38 | app_photo_update | /user/parametres/photo | Path does not match |
| 39 | app_infos_update | /user/parametres/infos | Path does not match |
| 40 | app_password_update | /user/parametres/password | Path does not match |
| 41 | app_document_add | /user/parametres/document | Path does not match |
| 42 | app_account_delete | /user/parametres/delete | Path does not match |
| 43 | js_push_notif | /js/push-notif.js | Path does not match |
| 44 | push_abonnement | /abonnement-push | Path does not match |
| 45 | push_test | /push/test | Path does not match |
| 46 | push_test_user | /push/test-user | Path does not match |
| 47 | app_register | /creer-un-compte | Path does not match |
| 48 | app_verify_email | /verify/email | Path does not match |
| 49 | registration_confirmation | /creer-un-compte/confirmation | Path does not match |
| 50 | app_mesreservation | /mes-reservation | Path does not match |
| 51 | app_reservation | /reservation/{id} | Path does not match |
| 52 | reservation_accepter | /reservation/{id}/accepter | Path does not match |
| 53 | reservation_refuser | /reservation/{id}/refuser | Path does not match |
| 54 | app_forgot_password_request | /reset-password | Path does not match |
| 55 | app_check_email | /reset-password/check-email | Path does not match |
| 56 | app_reset_password_token | /reset-password/reset/{token} | Path does not match |
| 57 | app_reset_password | /reset-password/reset | Path does not match |
| 58 | app_login | /connexion | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.