Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | moveData | /admin/move/ | Path does not match |
| 2 | importData | /admin/import/ | Path does not match |
| 3 | previewImportData | /admin/importPreview/ | Path does not match |
| 4 | editCart | /cart/edit/{item} | Path does not match |
| 5 | viewCart | /cart/view/ | Path does not match |
| 6 | deleteCart | /cart/delete/{item} | Path does not match |
| 7 | addCartFromOrder | /cart/add/fromOrder/{orderId} | Path does not match |
| 8 | addCart | /cart/add/ | Path does not match |
| 9 | homepage | / | Path does not match |
| 10 | viewOrders | /order | Path does not match |
| 11 | viewOrderDetail | /order/viewOrderDetail/{orderID} | Path does not match |
| 12 | exportOrder | /order/export/{orderId}/ | Path does not match |
| 13 | shippedOrder | /order/{orderID}/shipped | Path does not match |
| 14 | cancelOrder | /order/{orderID}/cancelled | Path does not match |
| 15 | app_login_check | /login_check | Path does not match |
| 16 | app_logout | /logout | Path does not match |
| 17 | webinventory_index | /webinventory/ | Path does not match |
| 18 | webinventory_new | /webinventory/new | Path does not match |
| 19 | webinventory_show | /webinventory/{id} | Path does not match |
| 20 | webinventory_edit | /webinventory/{id}/edit | Path does not match |
| 21 | webinventory_delete | /webinventory/{id} | Path does not match |
| 22 | webinventory_printpricelist1 | /webinventoryprintpricelist1 | Path does not match |
| 23 | webinventory_printpricelist | /webinventoryprintpricelist | Path does not match |
| 24 | weborder_index | /weborder/ | Path does not match |
| 25 | weborder_new | /weborder/new | Path does not match |
| 26 | weborder_show | /weborder/{id} | Path does not match |
| 27 | weborder_edit | /weborder/{id}/edit | Path does not match |
| 28 | weborder_delete | /weborder/{id} | Path does not match |
| 29 | weborderitem_index | /weborderitem/ | Path does not match |
| 30 | weborderitem_new | /weborderitem/new | Path does not match |
| 31 | weborderitem_show | /weborderitem/{id} | Path does not match |
| 32 | weborderitem_edit | /weborderitem/{id}/edit | Path does not match |
| 33 | weborderitem_delete | /weborderitem/{id} | Path does not match |
| 34 | 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.