GET https://dev.slice.postlab.fr/contact

Routing

contact Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /contact
# Route name Path Log
1 admin /admin Path does not match
2 app_alignment_index /alignment/ Path does not match
3 alignment_linked /alignment/linked/{tid}/{vid} Path does not match
4 alignment_to_validate /alignment/to-validate Path does not match
5 alignment_validation /alignment/{slug}/validate Path does not match
6 alignment_unvalidation /alignment/{slug}/unvalidate Path does not match
7 my_alignments /alignment/my-alignments Path does not match
8 alignment_import_json /alignment/import-json Path does not match
9 alignment_new /alignment/new/{tid}/{vid} Path does not match
10 alignment_source /alignment/show/{tid}/{vid} Path does not match
11 app_alignment_show /alignment/{slug} Path does not match
12 app_alignment_edit /alignment/{slug}/edit Path does not match
13 alignment_edit_annotation /alignment/{slug}/edit-annotation Path does not match
14 alignment_new_annotation /alignment/new-annotation/{tid}/{vid} Path does not match
15 app_alignment_delete /alignment/delete/{slug} Path does not match
16 accueil / Path does not match
17 projet /projet Path does not match
18 contact /contact Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.