Routing
app_dashbord
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_agence_list | /api/agence | Path does not match |
| 2 | app_agence_near | /api/agence/near | Path does not match |
| 3 | app_agence_single_api | /api/agence/{id} | Path does not match |
| 4 | app_sale_point_list | /api/pdv | Path does not match |
| 5 | app_sale_point_region_list | /api/pdv/regions | Path does not match |
| 6 | app_sale_point_close_list | /api/pdv/near | Path does not match |
| 7 | app_sale_point_id | /api/pdv/{id} | Path does not match |
| 8 | app_agence_api | /api/balanceInvoice | Path does not match |
| 9 | app_auth_credit_api | /api/credit/auth | Path does not match |
| 10 | app_credit_request_api | /api/credit-request | Path does not match |
| 11 | app_query_balance | /api/{_locale}/query-balance | Path does not match |
| 12 | app_query_forfait | /api/{_locale}/query-forfait | Path does not match |
| 13 | app_subscribe_product | /api/subscribe-product | Path does not match |
| 14 | app_transfert_credit_api | /api/transfert/credit | Path does not match |
| 15 | app_banking_transaction | /api/banking/transaction | Path does not match |
| 16 | app_banking_transaction_single | /api/banking/transaction/{id} | Path does not match |
| 17 | app_city_list | /api/city | Path does not match |
| 18 | app_city_list_v2 | /api/v2/city | Path does not match |
| 19 | app_city_agence_single_api | /api/city/{id} | Path does not match |
| 20 | app_credit_phone | /api/credit/phone | Path does not match |
| 21 | app_credit_single_phone | /api/credit/phone/{id} | Path does not match |
| 22 | app_damou_list | /api/{_locale}/damou | Path does not match |
| 23 | app_damou_single | /api/damou/{id} | Path does not match |
| 24 | app_dashboard_getlistbanner | /api/dashboard/get-list-banner | Path does not match |
| 25 | app_dashbord | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.