Routing
app_health_check
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/health
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | inte_accomodation_index | /inte/accomodation | Path does not match |
| 2 | inte_accomodation_show | /inte/accomodation/1 | Path does not match |
| 3 | inte_accomodation_booking | /inte/accomodation/booking | Path does not match |
| 4 | inte_accomodation_success | /inte/accomodation/success | Path does not match |
| 5 | inte_bph | /inte/bph | Path does not match |
| 6 | inte_bph_bank | /inte/bph/bank | Path does not match |
| 7 | inte_bph_phone | /inte/bph/phone | Path does not match |
| 8 | inte_bph_home_insurance | /inte/bph/home-insurance | Path does not match |
| 9 | inte_bph_success | /inte/bph/success | Path does not match |
| 10 | inte_caf | /inte/caf | Path does not match |
| 11 | inte_caf_success | /inte/caf/success | Path does not match |
| 12 | inte_certificate | /inte/certificate | Path does not match |
| 13 | inte_community_search | /inte/community | Path does not match |
| 14 | inte_community_result | /inte/community/result | Path does not match |
| 15 | inte_electricity | /inte/electricity | Path does not match |
| 16 | inte_health | /inte/health | Path does not match |
| 17 | inte_health_mutual | /inte/health/mutual | Path does not match |
| 18 | inte_life | /inte/life | Path does not match |
| 19 | inte_life_activities | /inte/life/activities | Path does not match |
| 20 | inte_ofii | /inte/ofii | Path does not match |
| 21 | inte_ofii_success | /inte/ofii/success | Path does not match |
| 22 | inte_onboarding | /inte/onboarding | Path does not match |
| 23 | inte_onboarding_complete | /inte/onboarding/complete | Path does not match |
| 24 | inte_service | /inte/service | Path does not match |
| 25 | inte_service_new | /inte/service/new | Path does not match |
| 26 | inte_transport | /inte/transport | Path does not match |
| 27 | inte_transport_success | /inte/transport/success | Path does not match |
| 28 | inte_visa | /inte/visa | Path does not match |
| 29 | inte_visa_success | /inte/visa/success | Path does not match |
| 30 | inte_visa_denied | /inte/visa/denied | Path does not match |
| 31 | app_serve_document | /serve/{fileIdentifier} | Path does not match |
| 32 | app_serve_document_with_token | /serve/{fileIdentifier}/{token} | Path does not match |
| 33 | app_show_documents | /documents/{filename} | Path does not match |
| 34 | app_display_documents | /display-documents/{filename} | Path does not match |
| 35 | app_show_documents_from_page1 | /{path}/documents/{filename} | Path does not match |
| 36 | app_show_documents_from_page2 | /documents/{filename} | Path does not match |
| 37 | app_student_hook_subscribe_newsletter | /student/hook/subscribe/newsletter/{id}/{wantToSubscribe} | Path does not match |
| 38 | app_student_hook_change_service_state_valid_force | /student/hook/change-state/{studentId}/{serviceKey} | Path does not match |
| 39 | app_sendinblue_store_debug_response | /sib/debug-import | Path does not match |
| 40 | app_buddy_registration_step_1 | /pub/buddy/check-code | Path does not match |
| 41 | app_buddy_registration_step_2 | /pub/buddy/registration/{slug}/{email}/{nbSponsored} | Path does not match |
| 42 | app_buddy_registration_step_3 | /pub/buddy/summary | Path does not match |
| 43 | app_ajax_doctoral_schools_from_laboratoire | /{_locale}/ajax/doctoral-schools/{id} | Path does not match |
| 44 | app_health_check | /health | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.