Routing
a_propos
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "wp-temp.php" |
Route Matching Logs
Path to match:
/wp-temp.php/a_propos
| # | 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} | Path does not match |
| 9 | api_nouveau_devis | /{_locale}/api/nouveau-devis/{idUser}/{fromABoutique}/{boutique} | Path does not match |
| 10 | api_un_devis | /{_locale}/api/un-devis/{id} | Path does not match |
| 11 | api_donner_avis | /{_locale}/api/donner-avis/{idUser}/{idEntreprise} | Path does not match |
| 12 | api_avis_utile | /{_locale}/api/avis-utile/{id} | Path does not match |
| 13 | api_avis_inutile | /{_locale}/api/avis-inutile/{id} | Path does not match |
| 14 | api_signaler_avis | /{_locale}/api/signaler-avis/{id} | Path does not match |
| 15 | api_enregistrer_entreprise | /{_locale}/api/enregistrer-entreprise-favoris/{idUser}/{idEntreprise} | Path does not match |
| 16 | api_envoyer_message | /{_locale}/api/envoyer-message/{idUser}/{idEntreprise} | Path does not match |
| 17 | api_mes_entreprises | /{_locale}/api/mes-entreprises/{idUser} | Path does not match |
| 18 | api_afficher_entreprise | /{_locale}/api/entreprise/{idUser}/{idEntreprise} | Path does not match |
| 19 | api_mes_produits | /{_locale}/api/catalogue/{idUser}/{idEntreprise} | Path does not match |
| 20 | api_nouveau_produit | /{_locale}/api/nouveau-produit/{idUser}/{idEntreprise} | Path does not match |
| 21 | api_modifier_produit | /{_locale}/api/modifier-produit/{idProduit} | Path does not match |
| 22 | api_supprimer_photo | /{_locale}/api/supprimer-produit/{idEntreprise}/{idProduit} | Path does not match |
| 23 | api_offre_devis | /{_locale}/api/offre-devis/{idUser}/{idEntreprise} | Path does not match |
| 24 | api_avis_utilisateur | /{_locale}/api/avis-utilisateur/{idUser}/{idEntreprise} | Path does not match |
| 25 | api_messages | /{_locale}/api/messages/{idUser}/{idEntreprise} | Path does not match |
| 26 | api_une_conversation | /{_locale}/api/conversation/{idConversation}/{idUser}/{idEntreprise} | Path does not match |
| 27 | api_tickets | /{_locale}/api/tickets/{idUser}/{idEntreprise} | Path does not match |
| 28 | api_nouveau_ticket | /{_locale}/api/nouveau-ticket/{idUser}/{idEntreprise} | Path does not match |
| 29 | api_ticket | /{_locale}/api/ticket/{idTicket}/{idUser}/{idEntreprise} | Path does not match |
| 30 | api_fermer_ticket | /{_locale}/api/fermer-ticket/{idTicket} | Path does not match |
| 31 | api_supprimer_ticket | /{_locale}/api/supprimer-ticket/{idTicket} | Path does not match |
| 32 | api_mon_profil_info | /{_locale}/api/mon-profil/info/{idUser} | Path does not match |
| 33 | api_mon_profil_changer_mot_de_passe | /{_locale}/api/mon-profil/changer-mot-de-passe/{idUser} | Path does not match |
| 34 | api_mon_profil_piece_d_identite | /{_locale}/api/mon-profil/piece-d-identite/{idUser} | Path does not match |
| 35 | api_envoyer_proof_of_work | /{_locale}/api/un-devis/envoyer-proof-of-work/{idDevis} | Path does not match |
| 36 | api_consulter_proof_of_work | /{_locale}/api/un-devis/consulter-proof-of-work/{idDevis} | Path does not match |
| 37 | api_envoi_sms_pro | /{_locale}/api/envoi-sms-pro | Path does not match |
| 38 | api_otp_send | /{_locale}/api/otp/send | Path does not match |
| 39 | api_otp_verify | /{_locale}/api/otp/verify | Path does not match |
| 40 | api_otp_veri | /{_locale}/api/plans | Path does not match |
| 41 | index_aide | /{_locale}/help/ | Path does not match |
| 42 | article_par_categrorie | /{_locale}/help/category/{slug} | Path does not match |
| 43 | ecrire_un_article | /{_locale}/help/write-article | Path does not match |
| 44 | lire_un_article | /{_locale}/help/read-article/{slug} | Path does not match |
| 45 | reclammation_admin | /{_locale}/count-notification/reclammation-admin | Path does not match |
| 46 | notification_gestion | /{_locale}/count-notification/notification-gestion | Path does not match |
| 47 | contact | /{_locale}/contact | Path does not match |
| 48 | a_propos | /{_locale}/a_propos | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.