Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | app_acc_del | /acc_del | Path does not match |
| 13 | api_get_accounting_settings | /api/v2/accounting/settings | Path does not match |
| 14 | api_update_accounting_settings | /api/v2/accounting/settings | Path does not match |
| 15 | update_fee_details_for_all | /update-fee-details-for-all | Path does not match |
| 16 | create_fee_details_for_all | /create-fee-details-for-all | Path does not match |
| 17 | app_render_additionnal_fee_panel | /render-additionnal-fee-panel | Path does not match |
| 18 | app_render_livreur_additionnal_fee_panel | /render-livreur-additionnal-fee-panel | Path does not match |
| 19 | get_all_frais_supp | /get-all-frais-supp/{zone_id}/{resto_id} | Path does not match |
| 20 | update_weather_rule | /weather-rule/update/{id} | Path does not match |
| 21 | create_weather_rule | /create-weather-rule/ | Path does not match |
| 22 | get_weather_rule | /get-weather-rule/{id} | Path does not match |
| 23 | get_all_weather_rule | /get-all-weather-rule/ | Path does not match |
| 24 | create_livreur_additionnal_fee_config | /livreur-additionnal-fee-config/create/ | Path does not match |
| 25 | update_livreur_additionnal_fee_config | /livreur-additionnal-fee-config/update/ | Path does not match |
| 26 | delete_livreur_additionnal_fee_config | /livreur-additionnal-fee-config/delete/{id} | Path does not match |
| 27 | create_additionnal_fee | /create-additionnal-fee/ | Path does not match |
| 28 | create_resto_additionnal_fee | /create-resto-additionnal-fee/ | Path does not match |
| 29 | update_resto_additionnal_fee | /update-resto-additionnal-fee/ | Path does not match |
| 30 | create_additionnal_fee_rule | /create-additionnal-fee-rule/ | Path does not match |
| 31 | api_get_account_deleting_request | /api/v2/account-deleting-request | Path does not match |
| 32 | api_patch_account_deleting_request | /api/v2/refund/account-deleting-request/{id} | Path does not match |
| 33 | api_get_account_deleting_request_refund | /api/v2/account-deleting-request/refund | Path does not match |
| 34 | api_get_hsn_command | /api/v2/hsn-commands/{hsnCommandId} | Path does not match |
| 35 | api_get_command | /api/v2/commands/{commandId} | Path does not match |
| 36 | api_get_kpi | /api/v2/kpi | Path does not match |
| 37 | api_get_kpi_2 | /api/v2/kpi2 | Path does not match |
| 38 | api_get_livreurs | /api/v2/livreurs | Path does not match |
| 39 | api_get_calendar_events | /api/v2/calendar/events | Path does not match |
| 40 | api_delete_calendar_events | /api/v2/calendar/events/{event} | Path does not match |
| 41 | app_complements | /complements | Path does not match |
| 42 | api_get_complement | /api/v2/complements/{id} | Path does not match |
| 43 | api_get_complements | /api/v2/complements | Path does not match |
| 44 | api_create_complement | /api/v2/complements | Path does not match |
| 45 | api_update_complement | /api/v2/complements/{id} | Path does not match |
| 46 | api_delete_complement | /api/v2/complements/{id} | Path does not match |
| 47 | app_wallet_demandes_retraits | /wallet_demandes_retraits | Path does not match |
| 48 | 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.