Routing
app_site
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/site
# | Route name | Path | Log |
---|---|---|---|
1 | app_cspe_add | /entreprise/cspe/add/{id} | Path does not match |
2 | app_cspe_edit | /entreprise/cspe/edit/{id} | Path does not match |
3 | app_cspe_suppr | /entreprise/cspe/suppr/{id} | Path does not match |
4 | app_compta | /compta/ | Path does not match |
5 | app_compta_charge | /compta/charges | Path does not match |
6 | app_compta_charge_new | /compta/charge/new | Path does not match |
7 | app_compta_charge_edit | /compta/charge/{id}/edit | Path does not match |
8 | app_compta_charge_duplicate | /compta/charge/{id}/duplicate | Path does not match |
9 | app_compta_charge_delete | /compta/charge/{id} | Path does not match |
10 | app_compta_contrat | /compta/contrats | Path does not match |
11 | app_compta_contrat_new | /compta/contrat/new | Path does not match |
12 | app_compta_contrat_edit | /compta/contrat/{id}/edit | Path does not match |
13 | app_compta_contrat_delete | /compta/contrat/{id} | Path does not match |
14 | app_compta_suivit_commercial | /compta/suivi_commercial | Path does not match |
15 | app_compta_suivit_compta | /compta/suivi_comptable | Path does not match |
16 | app_compta_get_pdl_options | /compta/get-pdl-options/{entreprise} | Path does not match |
17 | app_compta_get_contrats | /compta/get-contrats/{entreprise} | Path does not match |
18 | app_compta_facture | /compta/factures | Path does not match |
19 | app_compta_facture_new | /compta/facture/new | Path does not match |
20 | app_compta_facture_show | /compta/facture/{id} | Path does not match |
21 | app_compta_facture_edit | /compta/facture/{id}/edit | Path does not match |
22 | app_compta_facture_delete | /compta/facture/{id} | Path does not match |
23 | app_compta_facture_new_from_contract | /compta/facture/new-from-contract/{id} | Path does not match |
24 | app_contact | /contact | Path does not match |
25 | app_contact_add | /contact/add/{id} | Path does not match |
26 | app_contact_edit | /contact/edit/{id} | Path does not match |
27 | app_contact_suppr | /contact/suppr/{id} | Path does not match |
28 | app_contrat_particulier_index | /contrat/particulier/ | Path does not match |
29 | app_contrat_particulier_new | /contrat/particulier/new | Path does not match |
30 | app_contrat_particulier_show | /contrat/particulier/{id} | Path does not match |
31 | app_contrat_particulier_edit | /contrat/particulier/{id}/edit | Path does not match |
32 | app_contrat_particulier_delete | /contrat/particulier/{id} | Path does not match |
33 | app_contrat_particulier_import_csv | /contrat/particulier/import/csv | Path does not match |
34 | app_document | /document | Path does not match |
35 | app_document_filter | /document/filter/{id} | Path does not match |
36 | app_document_acd | /document/acd | Path does not match |
37 | app_document_ics | /document/ics/{engie} | Path does not match |
38 | app_document_lettre_resi | /document/lettre_resi | Path does not match |
39 | app_electric_meter_add | /entreprise/electric_meter/add/{id} | Path does not match |
40 | app_electric_meter_edit | /entreprise/electric_meter/edit/{id} | Path does not match |
41 | app_electric_meter_suppr | /entreprise/electric_meter/suppr/{id} | Path does not match |
42 | app_electric_meter_check_pdl | /entreprise/electric_meter/check_pdl/{pdl} | Path does not match |
43 | app_electric_meter_pre_etude_c5_base | /entreprise/electric_meter/pre_etude_c5_base/{pdl} | Path does not match |
44 | app_electric_meter_pre_etude_c5_hp_hc | /entreprise/electric_meter/pre_etude_c5_hp_hc/{pdl} | Path does not match |
45 | app_entreprise | /entreprise | Path does not match |
46 | app_entreprise_calculate_value | /entreprise/calculate-value | Path does not match |
47 | app_entreprise_add | /entreprise/add | Path does not match |
48 | app_entreprise_edit | /entreprise/edit/{id} | Path does not match |
49 | app_entreprise_suppr | /entreprise/suppr/{id} | Path does not match |
50 | app_entreprise_details | /entreprise/details/{id} | Path does not match |
51 | app_electric_meter_details | /entreprise/electric_meter/details/{id} | Path does not match |
52 | app_entreprise_infoclient | /entreprise/infoclient | Path does not match |
53 | app_entreprise_info_entreprise | /entreprise/info_entreprise/{numero} | Path does not match |
54 | app_entreprise_new_contrat | /entreprise/{id}/new-contrat | Path does not match |
55 | app_entreprise_edit_contrat | /entreprise/{entrepriseId}/edit-contrat/{id} | Path does not match |
56 | app_entreprise_delete_contrat | /entreprise/{entrepriseId}/delete-contrat/{id} | Path does not match |
57 | app_entreprise_associate_user | /entreprise/associate-user | Path does not match |
58 | app_espace_client_add | /entreprise/espace_client/add/{id} | Path does not match |
59 | app_espace_client_edit | /entreprise/espace_client/edit/{id} | Path does not match |
60 | app_espace_client_suppr | /entreprise/espace_client/suppr/{id} | Path does not match |
61 | app_gas_meter_add | /entreprise/gas_meter/add/{id} | Path does not match |
62 | app_gas_meter_edit | /entreprise/gas_meter/edit/{id} | Path does not match |
63 | app_gas_meter_suppr | /entreprise/gas_meter/suppr/{id} | Path does not match |
64 | app_gas_meter_details | /entreprise/gas_meter/details/{id} | Path does not match |
65 | app_gas_meter_check_pdl | /entreprise/gas_meter/check_pdl/{pdl} | Path does not match |
66 | app_gas_meter_pre_etude_t2 | /entreprise/gas_meter/pre_etude_c5_base/{pdl} | Path does not match |
67 | app_site | /site | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.