Routing
main_page
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | search_test_psychotechnique | /search-test-psychotechnique | Path does not match |
| 2 | reservation | /reservation/test-psychotechnique-{town}/{id} | Path does not match |
| 3 | newNeuroPatient | /new-neuro-patient | Path does not match |
| 4 | center_town_price_page | /prix-test-psychotechnique | Path does not match |
| 5 | allTownPrice | /trouvercentre | Path does not match |
| 6 | blockAndPay | /blockAndPay | Path does not match |
| 7 | paymentCanceled | /page-d-annulation | Path does not match |
| 8 | paymentRefused | /page-de-refus | Path does not match |
| 9 | block_appointment | /blockAppointment | Path does not match |
| 10 | neuroCenterPage | /neuro-center-page | Path does not match |
| 11 | iqCenterPage | /iq-center-page | Path does not match |
| 12 | new_bilan_neuro_patient | /new-bilan-neuro-patient | Path does not match |
| 13 | newIqPatient | /new-iq-patient | Path does not match |
| 14 | one_phone_one_rdv_check | /onePhoneOneRdv | Path does not match |
| 15 | new_iq_center_patient | /new-iq-center-patient | Path does not match |
| 16 | blog_category_index | /admin/blog/category/ | Path does not match |
| 17 | blog_category_new | /admin/blog/category/createCategory | Path does not match |
| 18 | blog_category_show | /admin/blog/category/{id} | Path does not match |
| 19 | blog_category_edit | /admin/blog/category/{id}/edit | Path does not match |
| 20 | blog_category_delete | /admin/blog/category/{id}/delete | Path does not match |
| 21 | blog | /blog | Path does not match |
| 22 | show_by_category | /blogByCategory/{category}/{subCategory} | Path does not match |
| 23 | show_by_key_words | /showByKeyWords | Path does not match |
| 24 | createPost | /admin/blog/createPost | Path does not match |
| 25 | showPost | /blogshow/{id} | Path does not match |
| 26 | showArticle | /blog/{alias} | Path does not match |
| 27 | deletePost | /admin/blog/delete/{id} | Path does not match |
| 28 | editPost | /admin/blog/edit/{id} | Path does not match |
| 29 | manageBlogPage | /admin/blog_managing | Path does not match |
| 30 | blog_sub_category_index | /admin/blog/sub/category/ | Path does not match |
| 31 | blog_sub_category_new | /admin/blog/sub/category/createSubCategory | Path does not match |
| 32 | blog_sub_category_show | /admin/blog/sub/category/{id} | Path does not match |
| 33 | blog_sub_category_edit | /admin/blog/sub/category/{id}/edit | Path does not match |
| 34 | blog_sub_category_delete | /admin/blog/sub/category/{id}/delete | Path does not match |
| 35 | qrCodeInfo | /authentifier_cr/{surname}/{code} | Path does not match |
| 36 | qrCodeCheck | /authentifier_cr/ | Path does not match |
| 37 | app_doctors_page | /medecin-agree-prefecture | Path does not match |
| 38 | doctors_by_department | /medecin-agree-prefecture/{departmentName}-{departmentCode} | Path does not match |
| 39 | doctors_by_town | /medecin-agree-prefecture/{departmentName}-{departmentCode}/{townName}-{codePostal} | Path does not match |
| 40 | app_login | /login | Path does not match |
| 41 | app_logout | /logout | Path does not match |
| 42 | main_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.