Routing
home
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 | get_achievements | /api/public/achievement | Path does not match |
14 | get_one_achievement | /api/public/achievement/{achievement} | Path does not match |
15 | search_for_achievements | /api/public/achievements/search | Path does not match |
16 | all_activity_sector | /api/activity-sector | Path does not match |
17 | get_customer_application | /api/application/role/customer | Path does not match |
18 | get_expert_application | /api/application/role/expert | Path does not match |
19 | create_application | /api/public/application | Path does not match |
20 | accept_user_application | /api/application/{application} | Path does not match |
21 | get_application_details | /api/application/{id} | Path does not match |
22 | update_application | /api/application/{id} | Path does not match |
23 | login | /api/login | Path does not match |
24 | forgot_password | /api/public/forgot | Path does not match |
25 | reset_password | /api/public/reset | Path does not match |
26 | new_business_meeting | /api/business-meeting | Path does not match |
27 | get_customer_business_meetings | /api/business-meeting/customer/{user} | Path does not match |
28 | get_expert_business_meetings | /api/business-meeting/expert/{user} | Path does not match |
29 | get_customer_admin_business_meetings | /api/business-meeting/customer/admin/{user} | Path does not match |
30 | get_expert_admin_business_meetings | /api/business-meeting/expert/admin/{user} | Path does not match |
31 | all_catalog_category | /api/catalog-category | Path does not match |
32 | get_confirmed_catalog_categories | /api/catalog-category/confirmed | Path does not match |
33 | solutions_list | /api/solution | Path does not match |
34 | get_catalog_category | /api/catalog-category/{id} | Path does not match |
35 | delete_catalog_category | /api/catalog-category/{id} | Path does not match |
36 | create_catalog_category | /api/catalog-category | Path does not match |
37 | valide_catalog_category | /api/catalog-category/validated | Path does not match |
38 | update_catalog_category | /api/catalog-category/{id} | Path does not match |
39 | all_catalog_group | /api/public/catalog-group | Path does not match |
40 | all_catalog_group_list | /api/catalog-group | Path does not match |
41 | get_catalog_group | /api/catalog-group/{id} | Path does not match |
42 | delete_catalog_group | /api/catalog-group/{id} | Path does not match |
43 | create_catalog_group | /api/catalog-group | Path does not match |
44 | update_catalog_group | /api/catalog-group/{id} | Path does not match |
45 | get_all_cities | /api/public/city | Path does not match |
46 | get_all_canceled_consultations | /api/canceled-consultation | Path does not match |
47 | get_all_consultations | /api/consultation | Path does not match |
48 | get_all_upcoming_consultations | /api/consultation/upcoming | Path does not match |
49 | expert_active_consultations_list | /api/consultation/expert/{id} | Path does not match |
50 | accept_consultation | /api/consultation/{consultation}/validate | Path does not match |
51 | finish_consultation | /api/consultation/{consultation}/finish | Path does not match |
52 | update_consultation_status | /api/consultation/{consultation}/status | Path does not match |
53 | cancel_consultation | /api/consultation/{consultation}/cancel | Path does not match |
54 | client_consultations_list | /api/consultations/client/{id} | Path does not match |
55 | client_completed_consultations_list | /api/consultations/client/completed/{id} | Path does not match |
56 | completed_consultations_list | /api/consultations/completed | Path does not match |
57 | expert_completed_consultations_list | /api/consultations/expert/completed/{id} | Path does not match |
58 | expert_consultations_list | /api/consultations/expert/{id} | Path does not match |
59 | consultations_details | /api/consultation/{consultation} | Path does not match |
60 | new_appointment | /api/appointment/expert/{expert} | Path does not match |
61 | update_consultation | /api/consultation/{consultation} | Path does not match |
62 | get_customer_admin_consultations | /api/consultation/customer/admin/{user} | Path does not match |
63 | get_expert_admin_consultations | /api/consultation/expert/admin/{user} | Path does not match |
64 | user_consultations_list_count | /api/consultations/user | Path does not match |
65 | get_all_customers | /api/admin/customer | Path does not match |
66 | create_client_admin | /api/admin/customer | Path does not match |
67 | delete_customer | /api/admin/customer/{userId} | Path does not match |
68 | get_customer_admin_to_register | /api/public/register/customer/admin/{token} | Path does not match |
69 | register_customer_admin | /api/public/register/customer/admin/{token} | Path does not match |
70 | create_feedback | /api/consultation/{consultation}/feedback | Path does not match |
71 | create_expert_feedback | /api/consultation/{consultation}/expert/feedback | Path does not match |
72 | get_all_feedback | /api/feedback | Path does not match |
73 | get_feedback | /api/feedback/{feedback} | Path does not match |
74 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.