Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/connexion
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | abonnement_account | /th/mon-compte/abonnement | Path does not match |
| 2 | resiliation_abonnement | /th/mon-compte/abonnement/resiliation/{fakeId} | Path does not match |
| 3 | account | /th/mon-compte | Path does not match |
| 4 | accueil | / | Path does not match |
| 5 | non_dispo | /non-disponible | Path does not match |
| 6 | app_adddocsafe_index | /mon-compte/add-file-safe/{fakeId} | Path does not match |
| 7 | app_adddocsafe_seedoc | /mon-compte/see-doc/{id} | Path does not match |
| 8 | admin_abonnement | /admin/abonnements/{paymentType} | Path does not match |
| 9 | add_abonnement | /admin/add-abonnement/{fakeId} | Path does not match |
| 10 | change_status_abonnement | /admin/change-status-abonnement/{fakeId}/{statut} | Path does not match |
| 11 | abonne_fantome | /admin/repose-toi-vincent | Path does not match |
| 12 | abonne_fantome_one | /admin/abonne-fantome/{id} | Path does not match |
| 13 | admin_end_spectacle_transfert | /admin/end-spectacle-transfert/{fakeId} | Path does not match |
| 14 | admin_end_spectacle_transfert_one | /admin/end-spectacle-transfert-photo/{id} | Path does not match |
| 15 | admin_update_gallery | /admin/update-gallery/{id} | Path does not match |
| 16 | admin_update_img_press | /admin/update-img-press/{id} | Path does not match |
| 17 | admin_update_img_press_other | /admin/update-img-press-other/{id} | Path does not match |
| 18 | admin_update_audio | /admin/update-audio/{id} | Path does not match |
| 19 | admin_update_title | /admin/update-title/{id} | Path does not match |
| 20 | admin_update_flyer | /admin/update-flyer/{id} | Path does not match |
| 21 | admin_update_presTech | /admin/update-presTech/{id} | Path does not match |
| 22 | admin_update_press | /admin/update-press/{id} | Path does not match |
| 23 | admin_update_credit_photo | /admin/update-creditPhoto/{id} | Path does not match |
| 24 | admin_change_status_transfert | /admin/change-status-transfert/{id}/{status} | Path does not match |
| 25 | admin_update_duration | /admin/update-duration/{id} | Path does not match |
| 26 | admin_festival | /admin/festivals | Path does not match |
| 27 | add_festival | /admin/festival/ajouter | Path does not match |
| 28 | delete_festival | /admin/festival/supprimer/{id} | Path does not match |
| 29 | admin_promo_code | /admin/code-promo | Path does not match |
| 30 | admin_show | /admin/spectacles/{status} | Path does not match |
| 31 | admin_show_one | /admin/spectacle/{fakeId} | Path does not match |
| 32 | add_vimeo_show | /admin/add-vimeo/{type}/{id} | Path does not match |
| 33 | change_status_show | /admin/change-status/{id}/{status} | Path does not match |
| 34 | admin_user | /admin/users/{sort}/{role} | Path does not match |
| 35 | admin_user_one | /admin/user/{id} | Path does not match |
| 36 | admin_complete_user_transfert | /admin/user/complete-transfert | Path does not match |
| 37 | admin_delete_user | /admin/user/delete/{id} | Path does not match |
| 38 | showUserAdmin | /admin/users/show/{id} | Path does not match |
| 39 | admin_stats | /admin/stats/ | Path does not match |
| 40 | search_engine | /admin/stats/search-engine | Path does not match |
| 41 | info_connexion | /admin/stats/info-connexion | Path does not match |
| 42 | activity | /admin/stats/activity | Path does not match |
| 43 | spectacle_problem | /admin/stats/spectacle-problem/{status} | Path does not match |
| 44 | artist_abonnement | /tarifs-compagnie-artiste | Path does not match |
| 45 | pay_abonnement | /paiement-abonnement | Path does not match |
| 46 | app_artistabonnement_pay | /chekcout-session | Path does not match |
| 47 | resultat_paiement | /resultat-paiement | Path does not match |
| 48 | paiement_autre | /paiement-autre/{type} | Path does not match |
| 49 | app_audioshow_index | /add-audio/{fakeId}/{status} | Path does not match |
| 50 | app_audioshow_addotherinfo | /add-other-info/{fakeId}/{status} | Path does not match |
| 51 | delete_audio | /delete-audio/{id} | Path does not match |
| 52 | 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.