Routing
login
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 | hwi_oauth_service_redirect | /connect/{service} | Path does not match |
| 3 | hwi_oauth_connect_service | /connect/service/{service} | Path does not match |
| 4 | hwi_oauth_connect_registration | /connect/registration/{key} | Path does not match |
| 5 | _logout_main | /logout | Path does not match |
| 6 | _wdt | /_wdt/{token} | Path does not match |
| 7 | _profiler_home | /_profiler/ | Path does not match |
| 8 | _profiler_search | /_profiler/search | Path does not match |
| 9 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 10 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 11 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 12 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 13 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 14 | _profiler_open_file | /_profiler/open | Path does not match |
| 15 | _profiler | /_profiler/{token} | Path does not match |
| 16 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 17 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 18 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 19 | viewActivity | /activity/{id} | Path does not match |
| 20 | viewActivityTasks | /activity/tasks/{id} | Path does not match |
| 21 | viewActivities | /activity/ | Path does not match |
| 22 | addActivity | /activity/add | Path does not match |
| 23 | editActivity | /activity/edit/{id} | Path does not match |
| 24 | deleteActivity | /activity/delete/{id} | Path does not match |
| 25 | addTask | /activity/addTask/{id} | Path does not match |
| 26 | addTaskFromDashboard | /activity/addtaskfromDashboard | Path does not match |
| 27 | editTask | /activity/edit-task/{id} | Path does not match |
| 28 | deleteTask | /activity/delete-task/{id} | Path does not match |
| 29 | addAssignment | /activity/add-assignment/{id} | Path does not match |
| 30 | editAssignment | /activity/edit-assignment/{user}{task} | Path does not match |
| 31 | deleteAssignment | /activity/delete-assignment/{userId}/{taskId} | Path does not match |
| 32 | addTypeOfTask | /activity/addTypeOfTask | Path does not match |
| 33 | viewTypeOfTask | /activity/viewTypeOfTask | Path does not match |
| 34 | editTypeOfTask | /activity/editTypeOfTask/{id} | Path does not match |
| 35 | deleteTypeOfTask | /activity/deleteTypeOfTask/{id} | Path does not match |
| 36 | viewClients | /client/ | Path does not match |
| 37 | activityDetails | /client/activity-details/{id} | Path does not match |
| 38 | addClientTask | /client/addClientTask/{id} | Path does not match |
| 39 | editClientTask | /client/edit-client-task/{id} | Path does not match |
| 40 | deleteClientTask | /client/delete-client-task/{id} | Path does not match |
| 41 | clientActivityTasks | /client/tasks/{id} | Path does not match |
| 42 | addClientAssignment | /client/add-assignment-client/{id} | Path does not match |
| 43 | deleteClientAssignment | /client/delete-assignment-client/{userId}/{taskId} | Path does not match |
| 44 | addClient | /client/add | Path does not match |
| 45 | editClient | /client/edit/{id} | Path does not match |
| 46 | deleteClient | /client/delete/{id} | Path does not match |
| 47 | addInterlocutor | /client/add-interlocutor/{clientId} | Path does not match |
| 48 | editInterlocutor | /client/edit-interlocutor/{id} | Path does not match |
| 49 | deleteInterlocutor | /client/delete-interlocutor/{id} | Path does not match |
| 50 | statTask | /client/statTask/{id} | Path does not match |
| 51 | dashboard | /home/ | Path does not match |
| 52 | export_csv | /home/export-csv/{id}/{monthOffset} | Path does not match |
| 53 | updateStateFromDashboard | /home/updateStateFromDashboard/{id} | Path does not match |
| 54 | getNotifications | /home/getNotifications | Path does not match |
| 55 | getDueTasks | /home/ajax/calendar/getDueTasks | Path does not match |
| 56 | createDueTask | /home/ajax/calendar/createDueTask | Path does not match |
| 57 | updateDueTask | /home/ajax/calendar/updateDueTask/{id} | Path does not match |
| 58 | deleteDueTask | /home/ajax/calendar/deleteDueTask/{id} | Path does not match |
| 59 | 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.