Routing
main-page
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | api_contact_form_send | /api/contact-form-send | Path does not match |
| 14 | api_get_video | /api/get-video | Path does not match |
| 15 | api_buy_course | /api/course-buy | Path does not match |
| 16 | app_api_course_coursepayment | /api/course-payment | Path does not match |
| 17 | api_fb_login | /api/fb-login | Path does not match |
| 18 | api_create_online_lesson | /api/create-online-lesson | Path does not match |
| 19 | api_lesson_payment | /api/lesson-payment | Path does not match |
| 20 | stripe_chardge | /api/payment/stripe/charge | Path does not match |
| 21 | api_update_profile | /api/profile/update | Path does not match |
| 22 | api_selfie_upload | /api/photos/update | Path does not match |
| 23 | app_api_profile_generatepdf | /api/generate-pdf | Path does not match |
| 24 | app_api_profile_cancelorder | /api/cancel-order | Path does not match |
| 25 | app_api_profile_downloadinvoice | /rechnung/{hash} | Path does not match |
| 26 | app_api_profile_downloadreminder | /mahnung/{hash} | Path does not match |
| 27 | app_api_profile_savequiz2 | /api/quiz/save2 | Path does not match |
| 28 | app_api_profile_saveautoselfie | /api/auto-save-selfie | Path does not match |
| 29 | api_prospective_registration | /api/prospective-registration | Path does not match |
| 30 | api_signup | /api/signup | Path does not match |
| 31 | api_login_direct | /api/login/direct | Path does not match |
| 32 | api_login_direct2 | /login/direct | Path does not match |
| 33 | app_api_security_smsdirectlogin | /l/{hash} | Path does not match |
| 34 | api_login_direct_email | /direct-email-login | Path does not match |
| 35 | api_login | /api/login | Path does not match |
| 36 | api_restore_password | /api/restore-password | Path does not match |
| 37 | autologin_page | /login/autologin | Path does not match |
| 38 | autologin_page_2 | /anmelden/{hash} | Path does not match |
| 39 | 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.