Routing
app_app
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_unactive_account | /api/account/unactive | Path does not match |
| 2 | api_active_account | /api/account/active | Path does not match |
| 3 | api_password_change | /api/password/change | Path does not match |
| 4 | api_password_update | /api/password/update | Path does not match |
| 5 | api_export_entreprises | /api/export/entreprises | Path does not match |
| 6 | api_export_donnees | /api/export/donnees | Path does not match |
| 7 | api_integration_indices | /api/integration/indices | Path does not match |
| 8 | api_password_reset | /api/password/reset | Path does not match |
| 9 | api_password_reset_account | /api/password/reset-account | Path does not match |
| 10 | api_localisation | /api/service/localisation | Path does not match |
| 11 | api_localisation_entreprise | /api/service/localisation/entreprise | Path does not match |
| 12 | api_simulation | /api/service/simulation | Path does not match |
| 13 | api_enregistrement | /api/service/enregistrement | Path does not match |
| 14 | api_legendes | /api/service/legendes | Path does not match |
| 15 | api_get_enfouissements | /api/getEnfouissements | Path does not match |
| 16 | api_stats_periode | /api/stats/periode | Path does not match |
| 17 | api_stats_bilan | /api/stats/bilan | Path does not match |
| 18 | api_stats_update_amo | /api/stats/updateAmo | Path does not match |
| 19 | api_stats_effluents | /api/stats/effluents | Path does not match |
| 20 | api_stats_mineraux | /api/stats/mineraux | Path does not match |
| 21 | api_stats_materiels | /api/stats/materiel | Path does not match |
| 22 | api_stats_epandage | /api/stats/epandage | Path does not match |
| 23 | api_stats_comparatif | /api/stats/comparatif | Path does not match |
| 24 | app_app | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.