Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | dashboard | / | Path does not match |
| 2 | dirigeants | /dirigeants | Path does not match |
| 3 | dirigeant | /dirigeant/{id} | Path does not match |
| 4 | documents | /documents | Path does not match |
| 5 | administratifDoc | /documents/administratif | Path does not match |
| 6 | dossiers | /dossiers | Path does not match |
| 7 | dossiers_termines | /dossiers_termines | Path does not match |
| 8 | dossiers_apesa | /dossiers_apesa | Path does not match |
| 9 | dossier | /dossier/{id} | Path does not match |
| 10 | entreprises | /entreprises | Path does not match |
| 11 | entreprise | /entreprise/{id} | Path does not match |
| 12 | entrepriseRemoveDirigeant | /entreprise/{id}/removeDirigeant/{idDirigeant} | Path does not match |
| 13 | app_ged_index | /ged/ | Path does not match |
| 14 | app_ged_dossier_show | /ged/dossier/{id} | Path does not match |
| 15 | app_ged_document_upload | /ged/document/upload | Path does not match |
| 16 | app_ged_document_download | /ged/document/{id}/download | Path does not match |
| 17 | app_ged_dossier_create | /ged/dossier/create | Path does not match |
| 18 | app_ged_dossier_delete | /ged/dossier/{id}/delete | Path does not match |
| 19 | app_ged_document_delete | /ged/document/{id}/delete | Path does not match |
| 20 | app_ged_dossier_rename | /ged/dossier/{id}/rename | Path does not match |
| 21 | app_ged_document_rename | /ged/document/{id}/rename | Path does not match |
| 22 | app_ged_dossier_get_rights | /ged/dossier/{id}/get-rights | Path does not match |
| 23 | app_ged_root_get_rights | /ged/root-rights | Path does not match |
| 24 | app_ged_root_rights | /ged/root-rights | Path does not match |
| 25 | app_ged_dossier_rights | /ged/dossier/{id}/rights | Path does not match |
| 26 | app_ged_dossier_check_name | /ged/dossier/check-name | Path does not match |
| 27 | app_ged_document_check_name | /ged/document/check-name | Path does not match |
| 28 | app_ged_all_folders_json | /ged/all-folders-json | Path does not match |
| 29 | app_ged_save_user_rights | /ged/save-user-rights/{id} | Path does not match |
| 30 | get_all_notifications | /notifications/all | Path does not match |
| 31 | mark_as_read | /notifications/mark-as-read | Path does not match |
| 32 | organismes | /partenaires-dcb | Path does not match |
| 33 | organisme | /partenaire-dcb/{id} | Path does not match |
| 34 | parameter_contact | /parametres/methodes-contact | Path does not match |
| 35 | parameter_event | /parametres/types-evenements | Path does not match |
| 36 | parameter_organisme | /parametres/types-organismes | Path does not match |
| 37 | parameter_statut_dirigeant | /parametres/types-statut-dirigeants | Path does not match |
| 38 | parameter_partenaire | /parametres/types-partenaires | Path does not match |
| 39 | parameter_element | /parametres/types-elements | Path does not match |
| 40 | changeAttributOrder | /parametres/changeAttributOrder | Path does not match |
| 41 | listeFormations | /parametres/listeFormations | Path does not match |
| 42 | partenaires | /prestataires | Path does not match |
| 43 | partenaire | /prestataire/{id} | Path does not match |
| 44 | app_forgot_password_request | /reset-password | Path does not match |
| 45 | app_check_email | /reset-password/check-email | Path does not match |
| 46 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 47 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.