Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | app_home_phpinfo | /phpinfo | Path does not match |
2 | api_genid | /api/.well-known/genid/{id} | Path does not match |
3 | api_errors | /api/errors/{status} | Path does not match |
4 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
5 | api_entrypoint | /api/{index}.{_format} | Path does not match |
6 | api_doc | /api/docs.{_format} | Path does not match |
7 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
8 | _preview_error | /_error/{code}.{_format} | Path does not match |
9 | _wdt | /_wdt/{token} | Path does not match |
10 | _profiler_home | /_profiler/ | Path does not match |
11 | _profiler_search | /_profiler/search | Path does not match |
12 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
13 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
14 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
15 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
16 | _profiler_open_file | /_profiler/open | Path does not match |
17 | _profiler | /_profiler/{token} | Path does not match |
18 | _profiler_router | /_profiler/{token}/router | Path does not match |
19 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
20 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
21 | api_login | /api/login | Path does not match |
22 | api_protected | /api/protected | Path does not match |
23 | app_api_conotixa_payment | /api/conotixa/create-link | Path does not match |
24 | app_api_conotixe_publickey | /api/conotixa/publickey | Path does not match |
25 | hello_controller | /api/hello | Path does not match |
26 | app_customers | /customers | Path does not match |
27 | api_webhook_github | /api/webhook/github | Path does not match |
28 | home | / | Path does not match |
29 | test | /test | Path does not match |
30 | test2 | /test2 | Path does not match |
31 | create_invoice | /infakt/create-invoice | Path does not match |
32 | a_knitted_order | /knittedd/order/create | Path does not match |
33 | add_comment | /comment/add | Path does not match |
34 | show_comments | /comment/show/{entityType}/{entityId} | Path does not match |
35 | knitted_order_comment_add | /knitted/order/comment/add/{order} | Path does not match |
36 | knitted_order_index | /knitted/order/list | Path does not match |
37 | knitted_order_create | /knitted/order/create | Path does not match |
38 | knitted_order_show | /knitted/order/show/{order} | Path does not match |
39 | knitted_order_delete | /knitted/order/delete/{order} | Path does not match |
40 | knitted_order_edit | /knitted/order/edit/{order} | Path does not match |
41 | knitted_order_update_status | /knitted/order/update-status/{id} | Path does not match |
42 | app_knitted_order_status | /knitted/order/status | Path does not match |
43 | app_knitted_order_status_add | /knitted/order/status/add | Path does not match |
44 | app_knitted_order_status_edit | /knitted/order/status/{id}/edit | Path does not match |
45 | app_knitted_order_status_remove | /knitted/order/status/{id}/remove | Path does not match |
46 | knitted_product_create | /knitted/product/create/{id} | Path does not match |
47 | knitted_product_update_status | /knitted/product/update-status/{id} | Path does not match |
48 | update_sewing | /knitted/product/update-sewing/{id} | Path does not match |
49 | update_tessel | /knitted/product/update-color/{id} | Path does not match |
50 | knitted_product_upload_image | /knitted/product/upload-image/{id}/{type} | Path does not match |
51 | knitted_product_remove_image | /knitted/product/remove-image/{id}/{type}/{orderId} | Path does not match |
52 | knitted_product_add_comment | /knitted/product/add-comment/{id} | Path does not match |
53 | knitted_product_print | /knitted/product/print/{product} | Path does not match |
54 | update_product_quantity | /knitted/product/update-quantity/{id} | Path does not match |
55 | app_knitted_product_status | /knitted/product/status | Path does not match |
56 | app_knitted_product_status_add | /knitted/product/status/add | Path does not match |
57 | app_knitted_product_status_edit | /knitted/product/status/{id}/edit | Path does not match |
58 | app_knitted_product_status_remove | /knitted/product/status/{id}/remove | Path does not match |
59 | knitted_type_update_status | /knitted/type/update-status/{id} | Path does not match |
60 | app_knitted_yarn | /knitted/yarn | Path does not match |
61 | app_knitted_yarn_add | /knitted/yarn/add | Path does not match |
62 | app_knitted_yarn_edit | /knitted/yarn/{id}/edit | Path does not match |
63 | app_knitted_yarn_remove | /knitted/yarn/{id}/remove | Path does not match |
64 | knitted_tessels | /knitted/yarn/tessels | Path does not match |
65 | knitted_product_update_tessel | /knitted/product/update-tessel/{id} | Path does not match |
66 | change_language | /language/{locale} | Path does not match |
67 | app_login | /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.