Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | login_cas | /loginCas | Path does not match |
2 | app_demande_list | /demande/list | Path does not match |
3 | app_demande_edit | /demande/{id} | Path does not match |
4 | app_demande_poste | /demande/poste/{id} | Path does not match |
5 | app_demande_show | /demande/voir/{id} | Path does not match |
6 | app_demande_soumettre | /demande/soumettre/{id} | Path does not match |
7 | app_demande_delete | /demande/effacer/{id} | Path does not match |
8 | app_demande_pdf | /demande/pdf/{lang}/{id} | Path does not match |
9 | app_edito | /accueil | Path does not match |
10 | mon_compte | /user/mon-compte | Path does not match |
11 | test_iparapheur | /test-iparapheur | Path does not match |
12 | app_demande_candidatures | /demande/candidatures/{id}/{scop} | Path does not match |
13 | app_invitation_candidatures | /demande/invitation/{id} | Path does not match |
14 | app_delete_attribution | /demande/delete-attribution/{id} | Path does not match |
15 | app_delete_jury | /demande/delete-jury/{id} | Path does not match |
16 | app_demande_jury_valide | /demande/valide-jury/{id} | Path does not match |
17 | app_demande_jury | /demande/jury/{id} | Path does not match |
18 | app_demande_selection | /demande/selection/{id} | Path does not match |
19 | app_liste_selection | /demande/liste/selection | Path does not match |
20 | jury_etat | /demande/jury-candidatures/{id} | Path does not match |
21 | app_rapport_individuel | /candidature/edit-rapport/{id} | Path does not match |
22 | app_voir_rapport_individuel | /candidature/voir-rapport/{id} | Path does not match |
23 | app_edit_attribution | /candidature/edit-attribution/{id} | Path does not match |
24 | app_voir_rapport_attrubtion | /candidature/voir-attrubtion/{id} | Path does not match |
25 | jury_partialite | /jury/partialite/{id} | Path does not match |
26 | jury_document_add | /jury/document/add/{id} | Path does not match |
27 | app_delete_document | /jury/document/delete/{id} | Path does not match |
28 | app_show_document | /jury/document/show/{id} | Path does not match |
29 | jury_pdf_audition | /jury/pdf-audition/{id} | Path does not match |
30 | jury_pdf_rang | /jury/pdf-rang/{id} | Path does not match |
31 | jury_invite_candidat | /jury/invitation/{id}/{rang} | Path does not match |
32 | app_offres_index | /offres/{lang} | Path does not match |
33 | app_offres_iframe | /iframe/offres/{lang} | Path does not match |
34 | app_offres_voir | /offres/voir/{id}/{lang} | Path does not match |
35 | app_candidature_edit | /user/mes-candidatures/edit/{id} | Path does not match |
36 | candidature_voir_pj | /candidature/voir-pj/{type}/{id_candidature} | Path does not match |
37 | mes_candidatures | /user/mes-candidatures | Path does not match |
38 | app_candidature_accepte | /user/mes-candidatures/accepte/{id} | Path does not match |
39 | candidature_voir_proposition | /candidature/voir-proposition/{id_proposition} | Path does not match |
40 | app_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.