Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | admin_calendar | /admin/calendar | Path does not match |
| 13 | admin_getSubscriptions | /admin/getSubscriptions | Path does not match |
| 14 | admin_getCalendarData | /admin/getCalendarData | Path does not match |
| 15 | admin_getCenterDates | /admin/getCenterDates | Path does not match |
| 16 | admin_saveNewBooking | /admin/saveNewBooking | Path does not match |
| 17 | admin | /admin | Path does not match |
| 18 | api | /api | Path does not match |
| 19 | api_getAvailabilities | /api/getAvailabilities | Path does not match |
| 20 | app_login | /api/login | Path does not match |
| 21 | app_registration | /api/registration | Path does not match |
| 22 | api_bookAvailability | /api/bookAvailability | Path does not match |
| 23 | api_bookCodeAvailability | /api/bookCodeAvailability | Path does not match |
| 24 | api_paymentOK | /api/paymentOK | Path does not match |
| 25 | paymentOKStripe | /api/paymentOKStripe | Path does not match |
| 26 | api_paymentOKAlma | /api/paymentOKAlma | Path does not match |
| 27 | api_checkDoneSubscription | /api/checkDoneSubscription | Path does not match |
| 28 | api_getCodeStep | /api/getCodeStep | Path does not match |
| 29 | api_answerCodeStep | /api/answerCodeStep | Path does not match |
| 30 | api_saveProfile | /api/saveProfile | Path does not match |
| 31 | api_getQuestionData | /api/getQuestionData | Path does not match |
| 32 | api_saveQuestionsOrder | /api/saveQuestionsOrder | Path does not match |
| 33 | api_getExamDates | /api/getExamDates | Path does not match |
| 34 | api_getCourseDetails | /api/getCourseDetails | Path does not match |
| 35 | api_resetCodeProgress | /api/resetCodeProgress | Path does not match |
| 36 | api_getEDOFData | /api/getEDOFData | Path does not match |
| 37 | api_checkNumDossierCPF | /api/checkNumDossierCPF | Path does not match |
| 38 | api_textToSpeech | /api/textToSpeech | Path does not match |
| 39 | api_textToSpeechFolder | /api/textToSpeechFolder | Path does not match |
| 40 | api_textToSpeechFolder2 | /api/textToSpeechFolder2 | Path does not match |
| 41 | api_resetPassword | /api/resetPassword | Path does not match |
| 42 | api_getSubscription | /api/getSubscription | Path does not match |
| 43 | api_changeAvailability | /api/changeAvailability | Path does not match |
| 44 | api_saveAutoEval | /api/saveAutoEval | Path does not match |
| 45 | api_signContract | /api/signContract | Path does not match |
| 46 | api_exportQuestions | /api/exportQuestions | Path does not match |
| 47 | api_getPrintelData | /api/getPrintelData | Path does not match |
| 48 | api_updateCNAnswers | /api/updateCNAnswers | Path does not match |
| 49 | api_textToSpeechChineese | /api/textToSpeechChineese | Path does not match |
| 50 | api_renameChineeseAudio | /api/renameChineeseAudio | Path does not match |
| 51 | api_checkEmailExists | /api/api_checkEmailExists | Path does not match |
| 52 | stripe | /api/stripe | Path does not match |
| 53 | api_test | /api/api_test | Path does not match |
| 54 | api_resizePics | /api/resizePics | Path does not match |
| 55 | front | /{_locale} | Path almost matches, but Requirement for "_locale" does not match (en|fr|cn) |
| 56 | checkout_login | /checkout_login | Path does not match |
| 57 | checkout | /checkout/{id} | Path does not match |
| 58 | test | /test | Path does not match |
| 59 | faq | /faq | Path does not match |
| 60 | keep_up | /keep-up | Path does not match |
| 61 | keep_up_article | /keep-up/{slug} | Path does not match |
| 62 | thanks | /paiement-effectue/{subscriptionID} | Path does not match |
| 63 | list_exam_dates | /dates-examen | Path does not match |
| 64 | exam_date | /dates-examen/{id} | Path does not match |
| 65 | dashboard_front | /dashboard/ | Path does not match |
| 66 | dashboard_profile | /dashboard/profile | Path does not match |
| 67 | dashboard_edit_profile | /dashboard/profile-edit | Path does not match |
| 68 | dashboard_subscriptions | /dashboard/subscriptions | Path does not match |
| 69 | dashboard_parrainage | /dashboard/parrainage | Path does not match |
| 70 | dashboard_code | /dashboard/code | Path does not match |
| 71 | dashboard_code_training | /dashboard/code/entrainement | Path does not match |
| 72 | code_training_course | /dashboard/code/entrainement/{courseID} | Path does not match |
| 73 | dashboard_code_examen | /dashboard/code/examen | Path does not match |
| 74 | dashboard_code_gallery | /dashboard/code/galerie | Path does not match |
| 75 | auto_eval | /dashboard/autoeval | Path does not match |
| 76 | sign_contract | /dashboard/signcontract | Path does not match |
| 77 | login | /login | Path does not match |
| 78 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.