Routing
app_client_get_all_domains
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/client/domaines
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | app.swagger | /api/doc.json | Path does not match |
3 | app.swagger_ui | /api/doc | Path does not match |
4 | _wdt | /_wdt/{token} | Path does not match |
5 | _profiler_home | /_profiler/ | Path does not match |
6 | _profiler_search | /_profiler/search | Path does not match |
7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
12 | _profiler_open_file | /_profiler/open | Path does not match |
13 | _profiler | /_profiler/{token} | Path does not match |
14 | _profiler_router | /_profiler/{token}/router | Path does not match |
15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
17 | app_admin_invite | /api/admin/invite | Path does not match |
18 | app_admin_update_user_admin | /api/admin/user/update | Path does not match |
19 | app_admin_reset_password | /api/admin/reset/password | Path does not match |
20 | app_admin_profil_user | /api/admin/profil/{id} | Path does not match |
21 | app_admin_profil | /api/admin/profil | Path does not match |
22 | app_admin_users | /api/admin/users | Path does not match |
23 | app_admin_block_user | /api/admin/user/disable | Path does not match |
24 | app_admin_enable_user | /api/admin/user/enable | Path does not match |
25 | app_admin__send_notification | /api/admin/send/notification | Path does not match |
26 | app_admin_update_password | /api/admin/update/password | Path does not match |
27 | app_calendar_getall | /api/calendar/ | Path does not match |
28 | app_calendar_getone | /api/calendar/{id} | Path does not match |
29 | app_calendar_create | /api/calendar/ | Path does not match |
30 | app_calendar_update | /api/calendar/{id} | Path does not match |
31 | app_calendar_delete | /api/calendar/{id} | Path does not match |
32 | app_category_getall | /api/admin/category/ | Path does not match |
33 | app_category_getone | /api/admin/category/{id} | Path does not match |
34 | app_category_create | /api/admin/category/new | Path does not match |
35 | app_category_update | /api/admin/category/update/{id} | Path does not match |
36 | app_category_delete | /api/admin/category/{id} | Path does not match |
37 | app_category_getcategoriesbydomain | /api/admin/category/domain/{domaineId} | Path does not match |
38 | app_client__register | /api/client/register | Path does not match |
39 | app_client__update_profil | /api/client/update/profil | Path does not match |
40 | app_client__verify_otp | /api/client/verify/otp | Path does not match |
41 | app_client_profil | /api/client/profil | Path does not match |
42 | app_client_show_all_cat | /api/client/categories | Path does not match |
43 | app_client_app_client_getone | /api/client/catgory/{id} | Path does not match |
44 | app_client_app_client_getcategoriesbydomain | /api/client/category/domain/{domaineId} | Path does not match |
45 | app_client_subcategory_read | /api/client/subcategory | Path does not match |
46 | app_client_subcategory_read_id | /api/client/subcategory/{id} | Path does not match |
47 | app_client_subcategory_categorie | /api/client/subcategory/category/{categoryId} | Path does not match |
48 | app_client_product_read | /api/client/product/{id} | Path does not match |
49 | app_client_product_list | /api/client/products | Path does not match |
50 | app_client_product_by_subcategory | /api/client/product/subcategory/{subcategoryId} | Path does not match |
51 | app_client_product_by_category | /api/client/product/category/{categoryId} | Path does not match |
52 | app_client_sub_product_read | /api/client/subproduct/{id} | Path does not match |
53 | app_client_sub_product_list | /api/client/subproducts | Path does not match |
54 | app_client_subproduct_by_product | /api/client/subcategory/product/{productId} | Path does not match |
55 | app_client_get_all_domains | /api/client/domaines | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.