Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | app_register | /register | Path does not match |
| 15 | app_verify_email | /verify/email | Path does not match |
| 16 | app_api_get_users | /api/get_users/ | Path does not match |
| 17 | app_api_get_user | /api/get_user/ | Path does not match |
| 18 | app_api_disable_user | /api/disable_user/ | Path does not match |
| 19 | app_api_enable_user | /api/enable_user/ | Path does not match |
| 20 | app_api_delete_user | /api/delete_user/ | Path does not match |
| 21 | app_api_edit_user | /api/edit_user/ | Path does not match |
| 22 | app_api_get_storages | /api/get_storages/ | Path does not match |
| 23 | app_api_get_storage | /api/get_storage/ | Path does not match |
| 24 | app_api_delete_storage | /api/delete_storage/ | Path does not match |
| 25 | app_api_create_storage | /api/create_storage/ | Path does not match |
| 26 | app_api_edit_storage | /api/edit_storage/ | Path does not match |
| 27 | app_api_get_storages_with_stocks | /api/get_storages_with_stocks/ | Path does not match |
| 28 | app_api_get_items | /api/get_items/ | Path does not match |
| 29 | app_api_get_item | /api/get_item/ | Path does not match |
| 30 | app_api_get_item_summarized_by_id | /api/get_item_summarized_by_id/ | Path does not match |
| 31 | app_api_delete_item | /api/delete_item/ | Path does not match |
| 32 | app_api_create_item | /api/create_item/ | Path does not match |
| 33 | app_api_edit_item | /api/edit_item/ | Path does not match |
| 34 | app_api_suggest_item_number | /api/suggest_item_number/ | Path does not match |
| 35 | app_api_get_units | /api/get_units/ | Path does not match |
| 36 | app_api_get_unit | /api/get_unit/ | Path does not match |
| 37 | app_api_delete_unit | /api/delete_unit/ | Path does not match |
| 38 | app_api_create_unit | /api/create_unit/ | Path does not match |
| 39 | app_api_edit_unit | /api/edit_unit/ | Path does not match |
| 40 | app_api_get_stocks | /api/get_stocks/ | Path does not match |
| 41 | app_api_get_stock | /api/get_stock/ | Path does not match |
| 42 | app_api_get_stocks_summarized_by_storage | /api/get_stocks_summarized_by_storage/ | Path does not match |
| 43 | app_api_get_customers_by_stock_data | /api/get_customers_by_stock_data/ | Path does not match |
| 44 | app_api_get_stock_items_by_data | /api/get_stock_items_by_data/ | Path does not match |
| 45 | app_api_delete_stock | /api/delete_stock/ | Path does not match |
| 46 | app_api_create_stock | /api/create_stock/ | Path does not match |
| 47 | app_api_edit_stock | /api/edit_stock/ | Path does not match |
| 48 | app_api_transfer_stock_customer | /api/transfer_stock_customer/ | Path does not match |
| 49 | app_api_transfer_stock | /api/transfer_stock/ | Path does not match |
| 50 | app_api_bookout_stock_customer | /api/bookout_stock_customer/ | Path does not match |
| 51 | app_api_bookout_stock | /api/bookout_stock/ | Path does not match |
| 52 | app_api_get_items_collection | /api/get_items_collection/ | Path does not match |
| 53 | app_api_get_item_from_collection | /api/get_item_from_collection/ | Path does not match |
| 54 | app_api_delete_item_from_collection | /api/delete_item_from_collection/ | Path does not match |
| 55 | app_api_add_item_to_collection | /api/add_item_to_collection/ | Path does not match |
| 56 | app_api_add_empty_item_to_collection | /api/add_empty_item_to_collection/ | Path does not match |
| 57 | app_api_edit_item_from_collection | /api/edit_item_from_collection/ | Path does not match |
| 58 | app_api_get_customers | /api/get_customers/ | Path does not match |
| 59 | app_api_get_customer | /api/get_customer/ | Path does not match |
| 60 | app_api_delete_customer | /api/delete_customer/ | Path does not match |
| 61 | app_api_create_customer | /api/create_customer/ | Path does not match |
| 62 | app_api_edit_customer | /api/edit_customer/ | Path does not match |
| 63 | app_api_suggest_customer_number | /api/suggest_customer_number/ | Path does not match |
| 64 | app_api_get_suppliers | /api/get_suppliers/ | Path does not match |
| 65 | app_api_get_supplier | /api/get_supplier/ | Path does not match |
| 66 | app_api_delete_supplier | /api/delete_supplier/ | Path does not match |
| 67 | app_api_create_supplier | /api/create_supplier/ | Path does not match |
| 68 | app_api_edit_supplier | /api/edit_supplier/ | Path does not match |
| 69 | app_api_get_orders | /api/get_orders/ | Path does not match |
| 70 | app_api_get_order | /api/get_order/ | Path does not match |
| 71 | app_api_archive_order | /api/archive_order/ | Path does not match |
| 72 | app_api_cancel_order | /api/cancel_order/ | Path does not match |
| 73 | app_api_create_order | /api/create_order/ | Path does not match |
| 74 | app_api_book_order_item | /api/book_order_item/ | Path does not match |
| 75 | app_api_get_orders_booked | /api/get_orders_booked/ | Path does not match |
| 76 | app_api_check_order_item_booked | /api/check_order_item_booked/ | Path does not match |
| 77 | app_api_uncheck_order_item_booked | /api/uncheck_order_item_booked/ | Path does not match |
| 78 | app_api_import_inventory_data | /api/import_inventory_data/ | Path does not match |
| 79 | app_api_export_inventory_data | /api/export_inventory_data/ | Path does not match |
| 80 | app_api_fetch_inventory_data | /api/fetch_inventory_data/ | Path does not match |
| 81 | app_api_edit_inventory_data | /api/edit_inventory_data/ | Path does not match |
| 82 | app_api_add_item_inventory | /api/add_item_inventory/ | Path does not match |
| 83 | app_api_get_total_stocks | /api/get_total_stocks_value/ | Path does not match |
| 84 | app_api_sync_tanss_data | /api/syncTanssData/ | Path does not match |
| 85 | app_api_sync_tanss_data_cronjob | /public_api/syncTanssDataCronjob/ | Path does not match |
| 86 | app_api_get_tables_tanss | /api/get_tables_tanss/ | Path does not match |
| 87 | app_api_get_table_values_tanss | /api/get_table_values_tanss/ | Path does not match |
| 88 | app_api_get_queries | /api/get_queries/ | Path does not match |
| 89 | app_api_get_query | /api/get_query/ | Path does not match |
| 90 | app_api_run_query | /api/run_query/ | Path does not match |
| 91 | app_api_create_query | /api/create_query/ | Path does not match |
| 92 | app_api_edit_query | /api/edit_query/ | Path does not match |
| 93 | app_api_delete_query | /api/delete_query/ | Path does not match |
| 94 | app_api_get_minimum_stocks | /api/get_minimum_stocks/ | Path does not match |
| 95 | app_api_get_minimum_stock | /api/get_minimum_stock/ | Path does not match |
| 96 | app_api_create_minimum_stock | /api/create_minimum_stock/ | Path does not match |
| 97 | app_api_edit_minimum_stock | /api/edit_minimum_stock/ | Path does not match |
| 98 | app_api_delete_minimum_stock | /api/delete_minimum_stock/ | Path does not match |
| 99 | app_customers | /customers | Path does not match |
| 100 | app_edit_customer | /edit_customer/{customer_id} | Path does not match |
| 101 | app_dashboard | /dashboard | Path does not match |
| 102 | inventory | /inventory | Path does not match |
| 103 | app_items | /items | Path does not match |
| 104 | app_edit_item | /edit_item/{item_id} | Path does not match |
| 105 | orders_archive | /orders/archive | Path does not match |
| 106 | orders_dashboard | /orders/dashboard | Path does not match |
| 107 | orders_invoice_audit | /orders/invoice_audit | Path does not match |
| 108 | orders_invoice_audit_finished | /orders/invoice_audit_finished | Path does not match |
| 109 | orders_open | /orders/open | Path does not match |
| 110 | app_edit_order | /edit_order/{order_id} | Path does not match |
| 111 | queries | /queries | Path does not match |
| 112 | app_edit_query | /edit_query/{query_id} | Path does not match |
| 113 | app_execute_query | /execute_query/{query_id} | Path does not match |
| 114 | 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.