Routing
quiz_signup
Matched route
Route Parameters
Name | Value |
---|---|
quizSlug | "shoolini-testing" |
schoolSlug | "18-aug-test-school-8930743" |
Route Matching Logs
Path to match:
/signup/shoolini-testing/18-aug-test-school-8930743
# | 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 | /admin | Path does not match |
13 | app_admin_quiz_updatequestions | /admin/quiz/{quizSlug}/updatequestions | Path does not match |
14 | quiz_api_app_api_admin_index | /api/v1/admin/certificate/preview | Path does not match |
15 | quiz_api_api_quiz_sections_save | /api/v1/quiz/{quizSlug}/sections | Path does not match |
16 | quiz_api_app_api_quiz_getallstates | /api/v1/states | Path does not match |
17 | quiz_api_app_api_quiz_postallstates | /api/v1/states | Path does not match |
18 | quiz_api_app_api_quiz_optionsallstates | /api/v1/states | Path does not match |
19 | quiz_api_app_api_quiz_getstatebysearchkey | /api/v1/state/{searchkey} | Path does not match |
20 | quiz_api_app_api_quiz_getcitybystateandsearchkey | /api/v1/state/{state}/city/{searchkey} | Path does not match |
21 | quiz_api_app_api_quiz_getschoolbycityandsearchkey | /api/v1/city/{city}/school/{searchkey} | Path does not match |
22 | quiz_api_app_api_quiz_getschoolbyname | /api/v1/school/{searchkey} | Path does not match |
23 | quiz_api_app_api_quiz_leaderboard | /api/v1/quiz/{groupId}/leaderboard | Path does not match |
24 | registration_app_api_registration_get | /api/v1/school-registration | Path does not match |
25 | registration_app_api_registration_put | /api/v1/school/registration/{slug} | Path does not match |
26 | signup_app_api_signup_schoolsignup | /api/v1/signup/{quizSlug}/school-signup | Path does not match |
27 | signup_app_api_signup_studentsignup | /api/v1/signup/{quizSlug}/{schoolSlug} | Path does not match |
28 | signup_app_api_signup_updateprofile | /api/v1/update-profile/{quizSlug} | Path does not match |
29 | app_login | /login | Path does not match |
30 | app_logout | /logout | Path does not match |
31 | login_check | /login_check | Path does not match |
32 | default_index | / | Path does not match |
33 | teacher_school_selection | /signup/{quizSlug}/select-school | Path does not match |
34 | intl_teacher_school_selection | /signup/{quizSlug}/select-school-intl | Path does not match |
35 | open_quiz_link | /signup/{quizSlug}/participate | Path does not match |
36 | quiz_signup | /signup/{quizSlug}/{schoolSlug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.