Routing
api_un_prestataire
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| id | "165" |
Route Matching Logs
Path to match:
/fr/api/un-prestataire/165
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login | /{_locale}/api/login | Path does not match |
| 2 | api_register | /{_locale}/api/register | Path does not match |
| 3 | api_creer_compte_professionel | /{_locale}/api/creer-compte-professionnel | Path does not match |
| 4 | api_toutes_les_categories_entreprises | /{_locale}/api/toutes-les-categories-entreprises | Path does not match |
| 5 | api_une_categorie_entreprise | /{_locale}/api/une-categorie-entreprise/{id} | Path does not match |
| 6 | api_prestataire_d_une_categorie | /{_locale}/api/prestataires-d-une-categorie/{idCategorie} | Path does not match |
| 7 | api_enregistrer_une_entreprise | /{_locale}/api/enregistrer-une-entreprise/{idUser} | Path does not match |
| 8 | api_un_prestataire | /{_locale}/api/un-prestataire/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.