Routing
app_top
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_stylesheet | /_wdt/styles | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
11 | _profiler_open_file | /_profiler/open | Path does not match |
12 | _profiler | /_profiler/{token} | Path does not match |
13 | _profiler_router | /_profiler/{token}/router | Path does not match |
14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
16 | app_admin_attendance | /manager/attendance | Path does not match |
17 | app_admin_attendance_history | /manager/attendance/history | Path does not match |
18 | app_admin_attendance_approval | /manager/attendance/approval | Path does not match |
19 | app_admin_attendance_approval_page | /manager/attendance/approval/page/{page_no} | Path does not match |
20 | app_admin_attendance_approval_edit | /manager/attendance/approval/edit/{edit_id} | Path does not match |
21 | app_admin_attendance_approval_delete | /manager/attendance/approval/delete/{edit_id} | Path does not match |
22 | app_admin_attendance_approval_bulk_change | /manager/attendance/approval/bulk/change | Path does not match |
23 | app_admin_operation_base_setting | /manager/operation/base_setting | Path does not match |
24 | app_admin_login | /manager/login | Path does not match |
25 | app_admin_index | /manager/ | Path does not match |
26 | app_admin_index_page | /manager/page/{page_no} | Path does not match |
27 | app_admin_logout | /manager/logout | Path does not match |
28 | app_admin_master_data | /manager/system/master/data | Path does not match |
29 | app_admin_master_data_edit | /manager/master/data/{entity}/edit/{id} | Path does not match |
30 | app_admin_master_data_list | /manager/master/data/{entity}/list | Path does not match |
31 | app_admin_master_data_new | /manager/master/data/{entity}/new | Path does not match |
32 | app_admin_master_data_delete | /manager/master/data/{entity}/delete | Path does not match |
33 | app_admin_master_data_sort_no_move | /manager/master/data/sort_no/{entity}/move | Path does not match |
34 | app_admin_system_member | /manager/system/member/ | Path does not match |
35 | app_admin_system_member_new | /manager/system/member/new | Path does not match |
36 | app_admin_system_member_edit | /manager/system/member/{id}/edit | Path does not match |
37 | app_admin_system_member_delete | /manager/system/member/delete | Path does not match |
38 | app_admin_user | /manager/user | Path does not match |
39 | app_admin_user_page | /manager/user/page/{page_no} | Path does not match |
40 | app_admin_user_new | /manager/user/new | Path does not match |
41 | app_admin_user_edit | /manager/user/edit/{user_id} | Path does not match |
42 | app_admin_user_delete | /manager/user/delete/{user_id} | Path does not match |
43 | app_api_get_my_approval_list | /api/get_my_approval_list | Path does not match |
44 | app_api_get_user_approval_list | /api/get_user_approval_list | Path does not match |
45 | app_api_get_approval_data | /api/get_approval_data | Path does not match |
46 | app_api_set_operation_approval | /api/set_operation_approval | Path does not match |
47 | app_api_get_master_data | /api/get_master_data | Path does not match |
48 | app_api_get_refresh_token | /api/get_refresh_token | Path does not match |
49 | app_api_send_mail | /api/send_mail | Path does not match |
50 | app_api_edit_request_mail | /api/edit_request_mail | Path does not match |
51 | app_api_add_request_mail | /api/add_request_mail | Path does not match |
52 | app_api_get_settings | /api/get_settings | Path does not match |
53 | app_api_stamp_time_card | /api/stamp_time_card | Path does not match |
54 | app_api_get_next_action | /api/get_next_action | Path does not match |
55 | app_api_get_time_card | /api/get_time_card | Path does not match |
56 | app_api_get_daily_time_card | /api/get_daily_time_card | Path does not match |
57 | app_api_get_user | /api/get_user | Path does not match |
58 | app_api_user_verifytoken | /api/user_token_verify | Path does not match |
59 | app_forgot | /forgot | Path does not match |
60 | app_mypage_login | /mypage/login | Path does not match |
61 | app_mypage_logout | /mypage/logout | Path does not match |
62 | app_mypage | /mypage | Path does not match |
63 | app_privacy | /privacy | Path does not match |
64 | app_top | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.