Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_user_change_password | /api/user/changePassword | Path does not match |
| 2 | api_demande_reproduction_add_demandes_reproduction | /api/demande-reproduction/{product} | Path does not match |
| 3 | api_login | /api/login | Path does not match |
| 4 | api_logout | /api/logout | Path does not match |
| 5 | api_whoami | /api/whoami | Path does not match |
| 6 | api_livraison_date_get_future | /api/livraisonDate/future | Path does not match |
| 7 | api_product_get_zone_by_codpros | /api/product/zone | Path does not match |
| 8 | api_product_read | /api/product/{codPro} | Path does not match |
| 9 | api_product_previsionel | /api/product/{shop}/{codPro}/previsionel | Path does not match |
| 10 | api_product_order_set_livraison_date | /api/productOrder/{productOrder}/livraisonDate | Path does not match |
| 11 | api_version | /api/version | Path does not match |
| 12 | api_get_product_already_in_order | /api/getProductAlreadyInOrder/{gencod} | Path does not match |
| 13 | modify_quantity_order | /api/order/modifyQuantityOrder/{productOrderId} | Path does not match |
| 14 | api_get_search_product | /api/product/search/{research} | Path does not match |
| 15 | api_get_product_by_gencod | /api/product/gencod/{gencod} | Path does not match |
| 16 | api_get_product_by_nomProAndRefint | /api/product/nomProAndRefint/{nomProAndRefint} | Path does not match |
| 17 | api_get_product_by_codPro | /api/product/productNumber/{productNumber} | Path does not match |
| 18 | api_get_stockemp_by_genCod | /api/stockemp/{gencod} | Path does not match |
| 19 | api_get_stock_by_codPro | /api/stock/{codPro} | Path does not match |
| 20 | api_get_multiStock | /api/multiStock | Path does not match |
| 21 | api_send_product | /api/productOrder/{product}/send | Path does not match |
| 22 | api_find_last_order_by_shopid | /api/order/shop/{shopId} | Path does not match |
| 23 | api_vente_order | /api/order/vente | Path does not match |
| 24 | api_achat_order | /api/order/achat | Path does not match |
| 25 | app_suivi_productions_index | /suivi_productions/ | Path does not match |
| 26 | app_canceled_nomenclature_new | /canceledNomenclature/cancel | Path does not match |
| 27 | app_uncancel_nomenclature | /canceledNomenclature/uncancel | Path does not match |
| 28 | listing_commandes_vente | /commandesVente/listing | Path does not match |
| 29 | commandes_vente_info | /commandesVente/info/{commandeVente} | Path does not match |
| 30 | ds_search_of | /ds/searchOfs | Path does not match |
| 31 | ds_search_programmed_of_by_product_ref | /ds/searchProgrammedOf/{ref} | Path does not match |
| 32 | ds_update_dateFab | /ds/Of/updateDateFab | Path does not match |
| 33 | ds_quantity_raf | /ds/Of/getQuantityRaf | Path does not match |
| 34 | ds_get_nomenclature | /ds/Of/{ofId}/nomenclature | Path does not match |
| 35 | update_nomenclature_quantity | /ds/nomenclature/{preparation}/preparedQuantities | Path does not match |
| 36 | ds_get_my_nomenclature | /ds/nomenclature/{preparingOfLot} | Path does not match |
| 37 | ds_get_of | /ds/Of/{ofId} | Path does not match |
| 38 | app_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.