http://lalm.alphaprimo.fr/?rest_route=%2Fwp%2Fv2%2Fusers%2F

Routing

app_home Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 app_contact_index /contact/ Path does not match
2 app_contact_new /contact/new Path does not match
3 app_contact_show /contact/{id} Path does not match
4 app_contact_edit /contact/{id}/edit Path does not match
5 app_contact_delete /contact/{id} Path does not match
6 app_dev /dev Path does not match
7 app_evenement_index /evenement/ Path does not match
8 app_evenement_new /evenement/new Path does not match
9 app_evenement_show /evenement/{id} Path does not match
10 app_evenement_edit /evenement/{id}/edit Path does not match
11 app_compte_rendu_new /evenement/{id}/cr Path does not match
12 app_compte_rendu /evenement/{id}/compte_rendu Path does not match
13 annonces_delete_image /evenement/supprime/image/{id} Path does not match
14 app_evenement_delete /evenement/{id} Path does not match
15 app_home / Route matches!

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