Routing
homepage
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://weborderstest.automotiveartpaints.com/login
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.