https://www.modixom.fr/

Routing

app_default Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 app_annonces_index /admin/annonces/ Path does not match
2 app_annonces_new /admin/annonces/new Path does not match
3 app_annonces_show /admin/annonces/{id} Path does not match
4 app_annonces_edit /admin/annonces/{id}/edit Path does not match
5 app_annonces_delete /admin/annonces/{id} Path does not match
6 update_rating /admin/annonces/update-rating Path does not match
7 app_apiLogin /api/login Path does not match
8 app_apiToken /api/token Path does not match
9 app_apiInscription /api/inscription Path does not match
10 searchCities /api/searchCities Path does not match
11 categoriesList /api/categories Path does not match
12 searchAnnonces /api/searchAnnonces Path does not match
13 annonceDetail /api/annonceDetail Path does not match
14 profilDetail /api/profil Path does not match
15 profilUpdate /api/profilUpdate Path does not match
16 addAnnonce /api/addAnnonce Path does not match
17 updateAnnonce /api/updateAnnonce Path does not match
18 deleteAnnonce /api/deleteAnnonce Path does not match
19 annoncesProfil /api/annoncesProfil Path does not match
20 app_categories_index /categories/ Path does not match
21 app_categories_new /categories/new Path does not match
22 app_categories_show /categories/{id} Path does not match
23 app_categories_edit /categories/{id}/edit Path does not match
24 app_categories_delete /categories/{id} Path does not match
25 custom_login /loginPopup Path does not match
26 app_default / Route matches!

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