Routing
q_default_index
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 | q_authentication_issuetoken | /api/token | Path does not match |
14 | q_authentication_emailtoken | /api/email-token | Path does not match |
15 | q_authentication_requestemailtoken | /api/request-email-token | Path does not match |
16 | q_authentication_requestpasswordchange | /api/request-password-change | Path does not match |
17 | q_authentication_changepassword | /api/change-password | Path does not match |
18 | q_authentication_destroysingletoken | /api/logout | Path does not match |
19 | q_authentication_destroyalltokens | /api/logout/all | Path does not match |
20 | q_authentication_refreshtoken | /api/token/refresh | Path does not match |
21 | q_import_getcsv | /api/import/csv/{id}/{locale} | Path does not match |
22 | q_import_importcsv | /api/import/csv/{fieldLibId}/{locale} | Path does not match |
23 | q_import_synccrowdin | /api/import/crowdin/sync/{fieldLibId}/{locale} | Path does not match |
24 | q_import_syncgoogle | /api/import/google/sync/{googleId} | Path does not match |
25 | q_import_getquizlibraries | /api/import/quizLibraries | Path does not match |
26 | q_import_getfieldlibdetails | /api/import/fieldLibrary/{id}/details | Path does not match |
27 | q_import_deletelanguage | /api/import/fieldLibrary/{fieldLibId}/language/{locale} | Path does not match |
28 | q_import_createfieldlibrary | /api/import/fieldLibrary/{quizLibId} | Path does not match |
29 | q_import_updategoogleid | /api/import/fieldLibrary/{fieldLibId}/google/{googleId} | Path does not match |
30 | quiz_take_get | /api/quiz/get/{locale} | Path does not match |
31 | quiz_take_update_v2 | /api/quiz/update | Path does not match |
32 | quiz_take_submit | /api/quiz/submit | Path does not match |
33 | quiz_take_api_submit | /api/quiz/save/api | Path does not match |
34 | get_quiz_token | /api/quiz/token | Path does not match |
35 | get_all_quizzes | /api/quiz/quizzes | Path does not match |
36 | get_random_answers | /api/quiz/random/{quizKey} | Path does not match |
37 | quiz_get_webhook_data | /api/quiz/getWebhookData | Path does not match |
38 | quiz_duplicate | /api/quiz/duplicate | Path does not match |
39 | quiz_delete | /api/quiz/delete/{quiz_key} | Path does not match |
40 | q_quiz_getfieldlibs | /api/quiz/field-library/{quizKey} | Path does not match |
41 | q_quiz_changefieldlib | /api/quiz/field-library/{quizKey} | Path does not match |
42 | q_registration_register | /api/register | Path does not match |
43 | q_registration_socialregister | /api/social-register/{clientName} | Path does not match |
44 | q_sociallogin_connect | /api/social/connect/{clientName} | Path does not match |
45 | q_sociallogin_connectcheck | /api/social/connect-check/{clientName} | Path does not match |
46 | q_sociallogin_socialemailtoken | /api/social-email-token | Path does not match |
47 | q_sociallogin_socialtoken | /api/social-token/{clientName} | Path does not match |
48 | q_sociallogin_requestsocialmerge | /api/request-social-merge/{clientName} | Path does not match |
49 | q_user_index | /api/users | Path does not match |
50 | q_user_get | /api/users/{id} | Path does not match |
51 | q_user_delete | /api/users/{id} | Path does not match |
52 | q_user_update | /api/users/{id} | Path does not match |
53 | q_user_create | /api/users | Path does not match |
54 | q_default_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.