Routing
home_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| _locales | "fr" |
Route Redirection
This page redirects to:
https://gymclick.work.gd/login
Route Matching Logs
Path to match:
/en/web/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_cancelled_reservation | /{_locale}/web/blacklist/ | Path does not match |
| 2 | canceled_reservation_pagination | /{_locale}/web/blacklist/pagination | Path does not match |
| 3 | app_coach_index | /{_locale}/web/coaches/ | Path does not match |
| 4 | app_coach_new | /{_locale}/web/coaches/new | Path does not match |
| 5 | app_coach_edit | /{_locale}/web/coaches/{id}/edit | Path does not match |
| 6 | app_coach_delete | /{_locale}/web/coaches/delete/{id} | Path does not match |
| 7 | app_check_coach | /{_locale}/web/coaches/check | Path does not match |
| 8 | app_course_index | /{_locale}/web/courses/ | Path does not match |
| 9 | course_pagination | /{_locale}/web/courses/pagination | Path does not match |
| 10 | app_course_new | /{_locale}/web/courses/new | Path does not match |
| 11 | app_course_edit | /{_locale}/web/courses/{id}/edit | Path does not match |
| 12 | app_course_delete | /{_locale}/web/courses/delete/{id} | Path does not match |
| 13 | course_toggle_public | /{_locale}/web/courses/toggleCourse | Path does not match |
| 14 | home_page | /{_locale}/web/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.