Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | login_check | /api/login_check | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | app_index | / | Path does not match |
| 18 | app_data_interests | /{_locale}/api/data/interests | Path does not match |
| 19 | app_data_countries | /{_locale}/api/data/countries | Path does not match |
| 20 | app_data_langues | /{_locale}/api/data/langues | Path does not match |
| 21 | app_data_genders | /{_locale}/api/data/genders | Path does not match |
| 22 | app_medecin_registermedecin | /{_locale}/api/register/medecin | Path does not match |
| 23 | app_medecin_updateprofilemedecin | /{_locale}/api/profile/medecin | Path does not match |
| 24 | app_medecin_getprofilemedecin | /{_locale}/api/profile/medecin | Path does not match |
| 25 | app_medecin_adddiplome | /{_locale}/api/diplome | Path does not match |
| 26 | app_medecin_editdiplome | /{_locale}/api/edit_diplome/{id} | Path does not match |
| 27 | app_medecin_editexperience | /{_locale}/api/edit_experience/{id} | Path does not match |
| 28 | app_medecin_deletediplome | /{_locale}/api/diplome/{id} | Path does not match |
| 29 | app_medecin_deleteexperience | /{_locale}/api/experience/{id} | Path does not match |
| 30 | app_medecin_addexperience | /{_locale}/api/experience | Path does not match |
| 31 | app_medecin_getuserdiplomes | /{_locale}/api/user/{id}/diplomes | Path does not match |
| 32 | app_medecin_addpatient | /{_locale}/api/patient | Path does not match |
| 33 | app_medecin_deletepatient | /{_locale}/api/patient/{id} | Path does not match |
| 34 | app_medecin_getpatients | /{_locale}/api/patients | Path does not match |
| 35 | app_medecin_getmedications | /{_locale}/api/patient/{id}/medications | Path does not match |
| 36 | app_medecin_createcomment | /{_locale}/api/patient/{id}/medication | Path does not match |
| 37 | create_meeting | /{_locale}/api/meet | Path does not match |
| 38 | get_all_meetings | /{_locale}/api/meet | Path does not match |
| 39 | get_single_meeting | /{_locale}/api/meet/{id} | Path does not match |
| 40 | edit_meeting | /{_locale}/api/meet/{id} | Path does not match |
| 41 | delete_meeting | /{_locale}/api/meet/{id} | Path does not match |
| 42 | signup_meeting | /{_locale}/api/meet/{id}/signup | Path does not match |
| 43 | cancel_signup_meeting | /{_locale}/api/meet/{id}/signup | Path does not match |
| 44 | app_patient_registerpatient | /{_locale}/api/register/patient | Path does not match |
| 45 | app_patient_updateprofilepatient | /{_locale}/api/profile/patient | Path does not match |
| 46 | app_patient_getprofilepatient | /{_locale}/api/profile/patient | Path does not match |
| 47 | app_users | /api/users | Path does not match |
| 48 | api_me | /api/me | Path does not match |
| 49 | upload_profile_photo | /api/user/{id}/profile/photo | Path does not match |
| 50 | user_profile | /user/profile | Path does not match |
| 51 | login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.