Routing
app_bike_getfreebikes
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/get_free_bikes
# | Route name | Path | Log |
---|---|---|---|
1 | app_accessory_liste | /api/liste/accessory | Path does not match |
2 | app_accessory_listeaccessorybyagency | /api/liste/accessory_by_agency/{id} | Path does not match |
3 | app_accessory_getaccessory | /api/accessory/{id} | Path does not match |
4 | app_accessory_getfreeaccessories | /api/get_free_accessories | Path does not match |
5 | app_accessory_updatestatut | /api/update_statut/accessory | Path does not match |
6 | app_accessory_createaccessory | /api/create/accessory | Path does not match |
7 | app_accessory_updateaccessory | /api/update/accessory/{id} | Path does not match |
8 | app_accessory_deleteaccessory | /api/delete/accessory/{id} | Path does not match |
9 | app_agency_liste | /api/liste/agency | Path does not match |
10 | app_agency_availableagencies | /api/liste/agency_by_statut | Path does not match |
11 | app_agency_getagency | /api/agency/{id} | Path does not match |
12 | app_agency_createagency | /api/create/agency | Path does not match |
13 | app_agency_updateagency | /api/update/agency/{id} | Path does not match |
14 | app_agency_updatestatut | /api/statut/agency/{id} | Path does not match |
15 | app_agency_deleteagency | /api/delete/agency/{id} | Path does not match |
16 | app_banner_liste | /api/liste/banner | Path does not match |
17 | app_banner_bannerby | /api/bannerBy/{type} | Path does not match |
18 | app_banner_getbanner | /api/banner/{id} | Path does not match |
19 | app_banner_createbanner | /api/create/banner | Path does not match |
20 | app_banner_updatebanner | /api/update/banner/{id} | Path does not match |
21 | app_banner_deletebanner | /api/delete/banner/{id} | Path does not match |
22 | app_bike_liste | /api/liste/bike | Path does not match |
23 | app_bike_listebikebyagency | /api/liste/bike_by_agency/{id} | Path does not match |
24 | app_bike_getbike | /api/bike/{id} | Path does not match |
25 | app_bike_getfreebikes | /api/get_free_bikes | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.