Routing
home
Matched route
52
Tested routes before match
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _twig_error_test | /_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 | api_login_check | /api/login_check | Path does not match |
14 | get_user_list | /api/user/list | Path does not match |
15 | get_user | /api/user/{id} | Path does not match |
16 | post_user | /api/user | Path does not match |
17 | delete_user | /api/user/{id} | Path does not match |
18 | get_invoice_list | /api/invoice/list | Path does not match |
19 | get_invoice | /api/invoice/{id} | Path does not match |
20 | post_invoice | /api/invoice | Path does not match |
21 | delete_invoice | /api/invoice/{id} | Path does not match |
22 | get_creditmemo_list | /api/creditmemo/list | Path does not match |
23 | get_creditmemo | /api/creditmemo/{id} | Path does not match |
24 | post_creditmemo | /api/creditmemo | Path does not match |
25 | delete_creditmemo | /api/creditmemo/{id} | Path does not match |
26 | get_payment_list | /api/payment/list | Path does not match |
27 | get_payment | /api/payment/{id} | Path does not match |
28 | post_payment | /api/payment | Path does not match |
29 | delete_payment | /api/payment/{id} | Path does not match |
30 | post_payments | /api/payments | Path does not match |
31 | get_order_list | /api/order/list | Path does not match |
32 | get_order | /api/order/{id} | Path does not match |
33 | post_order | /api/order | Path does not match |
34 | delete_order | /api/order/{id} | Path does not match |
35 | get_itemreceipt_list | /api/itemreceipt/list | Path does not match |
36 | get_itemreceipt | /api/itemreceipt/{id} | Path does not match |
37 | post_itemreceipt | /api/itemreceipt | Path does not match |
38 | delete_itemreceipt | /api/itemreceipt/{id} | Path does not match |
39 | get_bill_list | /api/bill/list | Path does not match |
40 | get_bill | /api/bill/{id} | Path does not match |
41 | post_bill | /api/bill | Path does not match |
42 | delete_bill | /api/bill/{id} | Path does not match |
43 | get_webhook_subscribe | /api/webhook/subscribe | Path does not match |
44 | post_webhook_subscribe | /api/webhook/subscribe | Path does not match |
45 | post_initial_sync | /api/initial/sync | Path does not match |
46 | post_auth_new_account | /api/auth/new/account | Path does not match |
47 | post_auth_refresh | /api/auth/refresh | Path does not match |
48 | get_tools_qwc | /api/tools/qwc | Path does not match |
49 | get_tools_qwc_password | /api/tools/qwc/password | Path does not match |
50 | post_privileges | /api/privileges | Path does not match |
51 | post_customersync | /api/customersync | Path does not match |
52 | 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.