https://lista-voyages.com/

Routing

app_home Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 gestion_prix_index /admin/prix/ Path does not match
2 prix_new /admin/prix/new Path does not match
3 prix_show /admin/prix/{id} Path does not match
4 prix_edit /admin/prix/{id}/edit Path does not match
5 prix_delete /admin/prix/{id} Path does not match
6 produit_index /admin/produit/ Path does not match
7 produit_new /admin/produit/new Path does not match
8 produit_show /admin/produit/{id} Path does not match
9 produit_edit /admin/produit/{id}/edit Path does not match
10 produit_delete /admin/produit/{id} Path does not match
11 retenu_index /retenu/ Path does not match
12 retenu_new /retenu/new Path does not match
13 retenu_show /retenu/{id} Path does not match
14 retenu_edit /retenu/{id}/edit Path does not match
15 retenu_delete /retenu/{id} Path does not match
16 apporteur_index /gestion/apporteur/ Path does not match
17 apporteur_new /gestion/apporteur/new Path does not match
18 apporteur_show /gestion/apporteur/{id} Path does not match
19 apporteur_edit /gestion/apporteur/{id}/edit Path does not match
20 apporteur_delete /gestion/apporteur/{id} Path does not match
21 app_client_index /client/ Path does not match
22 app_client_new /client/new Path does not match
23 app_client_show /client/{id} Path does not match
24 app_client_edit /client/{id}/edit Path does not match
25 app_client_delete /client/{id} Path does not match
26 app_client /client/telegram Path does not match
27 app_telegram_interface_send /telegram/interface/sendMessage/{registeredKey}/{requestedAction} Path does not match
28 app_telegram_interface_receive /telegram/interface/getResponse/{registeredKey} Path does not match
29 app_telegram_robot_responde /robot/getResponse Path does not match
30 app_telegram_interface_getmessage /telegram/interface/getMessage Path does not match
31 app_client_telegram_bot_new /telegram/bot/new Path does not match
32 dossier_index /dossier/ Path does not match
33 dossier_new /dossier/new Path does not match
34 dossier_show /dossier/{id} Path does not match
35 dossier_edit /dossier/{id}/edit Path does not match
36 dossier_delete /dossier/{id} Path does not match
37 gestion_gain_index /gestion-des-gains/ Path does not match
38 ligne_dossier_index /ligne/dossier/ Path does not match
39 ligne_dossier_new /ligne/dossier/new Path does not match
40 ligne_dossier_show /ligne/dossier/{id} Path does not match
41 ligne_dossier_edit /ligne/dossier/{id}/edit Path does not match
42 ligne_dossier_delete /ligne/dossier/{id} Path does not match
43 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.