Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | 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 | alexa_api | /alexa-api/ | Path does not match |
13 | alexa_api_get_scheduling | /alexa-api/scheduling | Path does not match |
14 | alexa_api_get_exercise | /alexa-api/game | Path does not match |
15 | alexa_api_get_wiki-results | /alexa-api/wiki/{keyphrase} | Path does not match |
16 | alexa_api_save_exercise_result | /alexa-api/game | Path does not match |
17 | alexa_api_save_patient_registration | /alexa-api/patient-registration | Path does not match |
18 | api_key_get_data | /api-key/get-data/page/{start} | Path does not match |
19 | api_key_index | /api-key/ | Path does not match |
20 | api_key_new | /api-key/new | Path does not match |
21 | api_key_show | /api-key/{id} | Path does not match |
22 | api_key_edit | /api-key/{id}/edit | Path does not match |
23 | api_key_delete | /api-key/{id} | Path does not match |
24 | custom_message_get_data | /custom/message/get-data/page/{start} | Path does not match |
25 | custom_message_index | /custom/message/ | Path does not match |
26 | custom_message_new | /custom/message/new | Path does not match |
27 | custom_message_show | /custom/message/{id} | Path does not match |
28 | custom_message_edit | /custom/message/{id}/edit | Path does not match |
29 | custom_message_delete | /custom/message/{id} | Path does not match |
30 | exercise_simple_answer_export_alexa_frontend_json | /exercise-simple-answer/export-alexa-frontend-json | Path does not match |
31 | exercise_simple_answer_export_alexa_backend_json | /exercise-simple-answer/export-alexa-backend-json | Path does not match |
32 | exercise_simple_answer_get_data | /exercise-simple-answer/get-data/page/{start} | Path does not match |
33 | exercise_simple_answer_index | /exercise-simple-answer/ | Path does not match |
34 | exercise_simple_answer_new | /exercise-simple-answer/new | Path does not match |
35 | exercise_simple_answer_show | /exercise-simple-answer/{id} | Path does not match |
36 | exercise_simple_answer_edit | /exercise-simple-answer/{id}/edit | Path does not match |
37 | exercise_simple_answer_delete | /exercise-simple-answer/{id} | Path does not match |
38 | exercise_sorting_get_data | /admin/exercise-sorting/get-data/page/{start} | Path does not match |
39 | exercise_sorting_index | /admin/exercise-sorting/ | Path does not match |
40 | exercise_sorting_new | /admin/exercise-sorting/new | Path does not match |
41 | exercise_sorting_show | /admin/exercise-sorting/{id} | Path does not match |
42 | exercise_sorting_edit | /admin/exercise-sorting/{id}/edit | Path does not match |
43 | exercise_sorting_delete | /admin/exercise-sorting/{id} | Path does not match |
44 | generate_apk | /generate-apk/{patientId} | Path does not match |
45 | homepage | / | Path does not match |
46 | index | /dashboard/{dateStart}/{dateEnd} | Path does not match |
47 | keep_alive | /keep-alive | Path does not match |
48 | kpi_get_data | /kpi/get-data/page/{start} | Path does not match |
49 | kpi_index | /kpi/ | Path does not match |
50 | kpi_new | /kpi/new | Path does not match |
51 | kpi_show | /kpi/{id} | Path does not match |
52 | kpi_edit | /kpi/{id}/edit | Path does not match |
53 | kpi_delete | /kpi/{id} | Path does not match |
54 | get_random_exercise_langchain | /langchain-exercise/get-random-exercise-langchain | Path does not match |
55 | exercise_by_kpi | /langchain-exercise/exercise-by-kpi | Path does not match |
56 | increase_solved_exercises | /langchain-exercise/increase-solved-exercises | Path does not match |
57 | get_simple_answer_exercise_langchain | /langchain-exercise/{id} | Path does not match |
58 | patient_get_data | /patient/get-data/page/{start} | Path does not match |
59 | patient_index | /patient/ | Path does not match |
60 | patient_sds_questionnaire | /patient/sds-uestionnaire/{id} | Path does not match |
61 | patient_moca_questionnaire | /patient/moca-uestionnaire/{id} | Path does not match |
62 | patient_chatbot_configuration | /patient/chatbot-configuration/{id} | Path does not match |
63 | patient_scheduling | /patient/scheduling/{id} | Path does not match |
64 | generate_apk_page | /patient/generate-apk-page/{id} | Path does not match |
65 | ask_plan | /patient/ask-plan/{patientId} | Path does not match |
66 | patient_new | /patient/new | Path does not match |
67 | patient_show | /patient/{id} | Path does not match |
68 | patient_edit | /patient/{id}/edit | Path does not match |
69 | patient_delete | /patient/{id} | Path does not match |
70 | app_register_get_data | /admin/register/get-data/page/{start} | Path does not match |
71 | app_register_index | /admin/register/ | Path does not match |
72 | app_register | /admin/register/new | Path does not match |
73 | app_register_user_edit | /admin/register/{id}/edit | Path does not match |
74 | app_register_user_delete | /admin/register/{id} | Path does not match |
75 | app_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.